Skip to content

Commit 8b4914d

Browse files
authored
Merge pull request #10 from vergilet/dependabot/bundler/httparty-0.21.0
Update httparty requirement from ~> 0.17.3 to >= 0.17.3, < 0.22.0
2 parents 8706188 + 684249e commit 8b4914d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ PATH
22
remote: .
33
specs:
44
monobank (0.2.2)
5-
httparty (~> 0.17.3)
5+
httparty (>= 0.17.3, < 0.22.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
diff-lcs (1.3)
11-
httparty (0.17.3)
12-
mime-types (~> 3.0)
11+
httparty (0.21.0)
12+
mini_mime (>= 1.0.0)
1313
multi_xml (>= 0.5.2)
14-
mime-types (3.3.1)
15-
mime-types-data (~> 3.2015)
16-
mime-types-data (3.2019.1009)
14+
mini_mime (1.1.2)
1715
multi_xml (0.6.0)
1816
rake (13.0.1)
1917
rspec (3.9.0)

monobank.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.files = Dir['{lib}/**/*', 'MIT-LICENSE', 'Rakefile']
2020
spec.test_files = Dir['spec/**/*']
2121

22-
spec.add_dependency 'httparty', '~> 0.17.3'
22+
spec.add_dependency 'httparty', '>= 0.17.3', '< 0.22.0'
2323

2424
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
2525
spec.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'

0 commit comments

Comments
 (0)