Skip to content

Commit

Permalink
Update httparty requirement from >= 0.18.1, < 0.22.0 to >= 0.18.1, < …
Browse files Browse the repository at this point in the history
…0.23.0

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/main/Changelog.md)
- [Commits](jnunemaker/httparty@v0.18.1...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 7d1f97f commit fc1cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asimov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "httparty", ">= 0.18.1", "< 0.22.0"
spec.add_dependency "httparty", ">= 0.18.1", "< 0.23.0"
end

0 comments on commit fc1cde3

Please sign in to comment.