Skip to content

Commit

Permalink
Update httparty requirement from ~> 0.15.7 to >= 0.15.7, < 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version.
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md)
- [Commits](jnunemaker/httparty@v0.15.7...v0.17.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and richo225 committed Dec 19, 2019
1 parent 275dae6 commit 0710f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
hodlmoon (0.1.3)
httparty (~> 0.15.7)
httparty (>= 0.15.7, < 0.18.0)
launchy (~> 2.4.3)
terminal-table (~> 1.8.0)
thor (~> 0.20.0)
Expand Down Expand Up @@ -58,7 +58,8 @@ GEM
hashdiff (0.3.7)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.15.7)
httparty (0.17.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.1.0)
launchy (2.4.3)
Expand Down
2 changes: 1 addition & 1 deletion hodlmoon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'httparty', '~> 0.15.7'
spec.add_dependency 'httparty', '>= 0.15.7', '< 0.18.0'
spec.add_dependency 'launchy', '~> 2.4.3'
spec.add_dependency 'terminal-table', '~> 1.8.0'
spec.add_dependency 'thor', '~> 0.20.0'
Expand Down

0 comments on commit 0710f72

Please sign in to comment.