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 Jan 3, 2023
1 parent 3679ec6 commit ff18703
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
compass (~> 1.0.3)
dragonfly (>= 1.2, < 1.5)
duktape (~> 2.0.1.1)
httparty (~> 0.16.0)
httparty (>= 0.16, < 0.22)
kramdown (~> 2.3.0)
liquid (~> 4.0.3)
locomotivecms_common (~> 0.4.0)
Expand Down Expand Up @@ -85,8 +85,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 Expand Up @@ -114,27 +114,27 @@ GEM
mime-types-data (3.2022.0105)
mimetype-fu (0.1.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
mini_portile2 (2.6.1)
minitest (5.15.0)
moneta (1.0.0)
mongo (2.13.3)
bson (>= 4.8.2, < 5.0.0)
morphine (0.1.1)
multi_json (1.15.0)
multi_xml (0.6.0)
nio4r (2.5.8)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
origin (2.3.1)
pony (1.13.1)
mail (>= 2.0)
public_suffix (5.0.0)
public_suffix (4.0.7)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.2)
rack (2.2.3.1)
rack-cache (1.7.2)
rack (>= 0.4)
Expand Down
2 changes: 1 addition & 1 deletion locomotivecms_steam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '>= 1.11', '< 1.14'
spec.add_dependency 'sanitize', '~> 5.2.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 ff18703

Please sign in to comment.