Skip to content

Commit a32d70b

Browse files
Update rack requirement from ~> 2 to >= 2, < 4 in /ruby (#181)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22f08c0 commit a32d70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/umbra-rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
3939
spec.add_dependency "concurrent-ruby", "~> 1.1"
4040
spec.add_dependency "redis", "~> 4.1"
4141
spec.add_dependency "google-protobuf", "~> 3"
42-
spec.add_dependency "rack", "~> 2"
42+
spec.add_dependency "rack", ">= 2", "< 4"
4343
spec.add_dependency "zeitwerk", "~> 2"
4444
end

0 commit comments

Comments
 (0)