Skip to content

Commit

Permalink
Update rack requirement from ~> 2 to >= 2, < 4 in /ruby (#181)
Browse files Browse the repository at this point in the history
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@2.0.0...3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 22f08c0 commit a32d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/umbra-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "concurrent-ruby", "~> 1.1"
spec.add_dependency "redis", "~> 4.1"
spec.add_dependency "google-protobuf", "~> 3"
spec.add_dependency "rack", "~> 2"
spec.add_dependency "rack", ">= 2", "< 4"
spec.add_dependency "zeitwerk", "~> 2"
end

0 comments on commit a32d70b

Please sign in to comment.