Skip to content

Commit

Permalink
Update http requirement from ~> 4.4 to >= 4.4, < 6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [http](https://github.com/httprb/http) to permit the latest version.
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v4.4.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent f584ac0 commit 2e9fe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarpon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'http', '~> 4.4'
spec.add_dependency 'http', '>= 4.4', '< 6.0'

spec.add_development_dependency 'factory_bot', '~> 6.2'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 2e9fe3d

Please sign in to comment.