Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 1fca7e6

Browse files
committed
Update dependencies and bump to 2.1.0
1 parent d5f16eb commit 1fca7e6

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.5.0

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PATH
22
remote: .
33
specs:
4-
goldfinger (2.0.0)
4+
goldfinger (2.1.0)
55
addressable (~> 2.5)
6-
http (~> 2.2)
6+
http (~> 3.0)
77
nokogiri (~> 1.8)
88
oj (~> 3.0)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
addressable (2.5.1)
14-
public_suffix (~> 2.0, >= 2.0.2)
13+
addressable (2.5.2)
14+
public_suffix (>= 2.0.2, < 4.0)
1515
coderay (1.1.1)
1616
crack (0.4.3)
1717
safe_yaml (~> 1.0.0)
@@ -22,25 +22,25 @@ GEM
2222
rspec-core (~> 3.0)
2323
ruby-progressbar (~> 1.4)
2424
hashdiff (0.3.4)
25-
http (2.2.2)
25+
http (3.0.0)
2626
addressable (~> 2.3)
2727
http-cookie (~> 1.0)
28-
http-form_data (~> 1.0.1)
28+
http-form_data (>= 2.0.0.pre.pre2, < 3)
2929
http_parser.rb (~> 0.6.0)
3030
http-cookie (1.0.3)
3131
domain_name (~> 0.5)
32-
http-form_data (1.0.3)
32+
http-form_data (2.0.0)
3333
http_parser.rb (0.6.0)
3434
method_source (0.8.2)
35-
mini_portile2 (2.2.0)
36-
nokogiri (1.8.0)
37-
mini_portile2 (~> 2.2.0)
38-
oj (3.3.2)
35+
mini_portile2 (2.3.0)
36+
nokogiri (1.8.1)
37+
mini_portile2 (~> 2.3.0)
38+
oj (3.3.10)
3939
pry (0.10.4)
4040
coderay (~> 1.1.0)
4141
method_source (~> 0.8.1)
4242
slop (~> 3.4)
43-
public_suffix (2.0.5)
43+
public_suffix (3.0.1)
4444
rake (12.0.0)
4545
rspec (3.6.0)
4646
rspec-core (~> 3.6.0)
@@ -79,4 +79,4 @@ DEPENDENCIES
7979
webmock
8080

8181
BUNDLED WITH
82-
1.15.2
82+
1.16.1

goldfinger.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'goldfinger'
5-
s.version = '2.0.1'
5+
s.version = '2.1.0'
66
s.platform = Gem::Platform::RUBY
77
s.required_ruby_version = '>= 2.3.0'
88
s.date = '2016-02-17'
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.homepage = 'https://github.com/Gargron/goldfinger'
1515
s.licenses = ['MIT']
1616

17-
s.add_dependency('http', '~> 2.2')
17+
s.add_dependency('http', '~> 3.0')
1818
s.add_dependency('addressable', '~> 2.5')
1919
s.add_dependency('nokogiri', '~> 1.8')
2020
s.add_dependency('oj', '~> 3.0')

0 commit comments

Comments
 (0)