Skip to content

Commit dcfb841

Browse files
Update rack requirement from ~> 2.2 to >= 2.2, < 4.0
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.2.0...3.0.0) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1157961 commit dcfb841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restful_resource.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
3333
spec.add_dependency 'faraday-http-cache', '~> 2.2'
3434
spec.add_dependency 'faraday_middleware', '~> 1.0'
3535
spec.add_dependency 'link_header'
36-
spec.add_dependency 'rack', '~> 2.2'
36+
spec.add_dependency 'rack', '>= 2.2', '< 4.0'
3737
end

0 commit comments

Comments
 (0)