Skip to content

Commit 45e0de0

Browse files
1.2.x: 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.21 to 2.2.22 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.21...v2.2.22) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bae27b commit 45e0de0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.21'
7+
gem 'rack', '~> 2.2.22'
88
end
99
end
1010

Gemfile.lock

Lines changed: 2 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.2)
9-
rack (2.2.21)
9+
rack (2.2.22)
1010
rake (13.3.1)
1111
rspec (3.13.2)
1212
rspec-core (~> 3.13.0)
@@ -34,6 +34,6 @@ PLATFORMS
3434

3535
DEPENDENCIES
3636
appraisal
37-
rack (~> 2.2.21)
37+
rack (~> 2.2.22)
3838
rake (~> 13.3)
3939
rspec

0 commit comments

Comments
 (0)