Skip to content

Commit efd05d3

Browse files
dependabot[bot]chadlwilson
authored andcommitted
Bump rack in the ruby-deps group across 1 directory
Bumps the ruby-deps group with 1 update in the / directory: [rack](https://github.com/rack/rack). Updates `rack` from 2.2.11 to 2.2.12 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.11...v2.2.12) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 7c1601b)
1 parent bbc9c0b commit efd05d3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group :default do
44
if rack_version = ENV['RACK_VERSION']
55
gem 'rack', rack_version
66
else
7-
gem 'rack', '~> 2.2', '< 3.0'
7+
gem 'rack', '~> 2.2'
88
end
99
end
1010

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
rake
77
thor (>= 0.14.0)
88
diff-lcs (1.6.0)
9-
rack (2.2.11)
9+
rack (2.2.12)
1010
rake (13.2.1)
1111
rspec (3.13.0)
1212
rspec-core (~> 3.13.0)
@@ -28,10 +28,11 @@ PLATFORMS
2828
universal-java-11
2929
universal-java-17
3030
universal-java-21
31+
x86_64-linux
3132

3233
DEPENDENCIES
3334
appraisal
34-
rack (~> 2.2, < 3.0)
35+
rack (~> 2.2)
3536
rake (~> 13.2)
3637
rspec
3738

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.2.3
22

3-
- update (bundled) rack to 2.2.11
3+
- update (bundled) rack to 2.2.12
44
- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
55
- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262)
66
- fixes regression NoMethodError undefined method get_header (#259)

0 commit comments

Comments
 (0)