Skip to content

Commit

Permalink
Merge pull request #19 from vergilet/dependabot/bundler/httparty-0.21.0
Browse files Browse the repository at this point in the history
Update httparty requirement from ~> 0.20.0 to >= 0.20, < 0.22
  • Loading branch information
vergilet authored Jun 14, 2023
2 parents 71a7949 + 24cac94 commit 29bdbcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
open_dota_api (0.4.2)
hashable (~> 0.1.2)
httparty (~> 0.20.0)
httparty (>= 0.20, < 0.22)

GEM
remote: https://rubygems.org/
Expand All @@ -17,15 +17,13 @@ GEM
ffi (1.15.5)
hashable (0.1.2)
hashdiff (1.0.1)
httparty (0.20.0)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
multi_xml (0.6.0)
public_suffix (4.0.7)
rake (13.0.6)
Expand Down
2 changes: 1 addition & 1 deletion open_dota_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*']

s.add_dependency 'hashable', '~> 0.1.2'
s.add_dependency 'httparty', '~> 0.20.0'
s.add_dependency 'httparty', '>= 0.20', '< 0.22'

s.add_development_dependency 'listen', '~> 3.7'
s.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 29bdbcf

Please sign in to comment.