Skip to content

Commit

Permalink
Update httparty requirement from ~> 0.16.0 to >= 0.16, < 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.16.4...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 1b8ff39 commit d378fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
dragonfly (>= 1.2, < 1.5)
duktape (~> 2.0.1.1)
execjs (~> 2.8.1)
httparty (~> 0.16.0)
httparty (>= 0.16, < 0.22)
kramdown (~> 2.3.0)
liquid (~> 4.0.4)
locomotivecms_common (~> 0.5.0)
Expand Down Expand Up @@ -61,8 +61,8 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
httparty (0.16.4)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion locomotivecms_steam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '~> 1.14.2'
spec.add_dependency 'sanitize', '~> 6.0.1'
spec.add_dependency 'morphine', '~> 0.1.1'
spec.add_dependency 'httparty', '~> 0.16.0'
spec.add_dependency 'httparty', '>= 0.16', '< 0.22'
spec.add_dependency 'chronic', '~> 0.10.2'
spec.add_dependency 'bcrypt', '~> 3.1.11'
spec.add_dependency 'multi_json', '~> 1.15.0'
Expand Down

0 comments on commit d378fc3

Please sign in to comment.