Skip to content

Commit 8e93b5e

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@v2.2.13...v2.2.20) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28f870b commit 8e93b5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PATH
171171
json-ld-preloaded (~> 3.3)
172172
nokogiri (~> 1.15)
173173
puma (~> 6.6)
174-
rack (~> 2.2)
174+
rack (>= 2.2, < 4.0)
175175
rack-cache (~> 1.13)
176176
rdf (~> 3.3)
177177
rdf-microdata (~> 3.3)
@@ -274,7 +274,7 @@ GEM
274274
puma (6.6.0)
275275
nio4r (~> 2.0)
276276
racc (1.8.1)
277-
rack (2.2.13)
277+
rack (2.2.20)
278278
rack-cache (1.17.0)
279279
rack (>= 0.4)
280280
rack-protection (3.2.0)

linter.gemspec

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |gem|
4545
gem.add_runtime_dependency 'erubis', '~> 2.7'
4646
gem.add_runtime_dependency 'haml', '~> 6.1'
4747
gem.add_runtime_dependency 'json-ld-preloaded', '~> 3.3'
48-
gem.add_runtime_dependency "rack", '~> 2.2'
48+
gem.add_runtime_dependency "rack", '>= 2.2', '< 4.0'
4949
gem.add_runtime_dependency 'rest-client', '~> 2.1'
5050
gem.add_runtime_dependency 'rest-client-components', '~> 1.5'
5151
gem.add_runtime_dependency 'rack-cache', '~> 1.13'

0 commit comments

Comments
 (0)