Skip to content

Commit

Permalink
Update httparty requirement from ~> 0.18.0 to >= 0.18, < 0.22
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.18.0...v0.21.0)

---
updated-dependencies:
- dependency-name: httparty
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 23, 2023
1 parent 9be19af commit 3dd3229
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 @@ -2,7 +2,7 @@ PATH
remote: .
specs:
applocale-ruby (0.0.10)
httparty (~> 0.18.0)
httparty (>= 0.18, < 0.22)
thor (>= 0.18.0)

GEM
Expand All @@ -12,13 +12,11 @@ GEM
ast (2.4.0)
builder (3.2.4)
coderay (1.1.2)
httparty (0.18.0)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mini_mime (1.1.2)
minitest (5.14.0)
minitest-reporters (1.4.2)
ansi
Expand Down
2 changes: 1 addition & 1 deletion applocale-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3.0"

spec.add_dependency "httparty", "~> 0.18.0"
spec.add_dependency "httparty", ">= 0.18", "< 0.22"
spec.add_dependency "thor", ">= 0.18.0"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit 3dd3229

Please sign in to comment.