Skip to content

Commit 38b04d8

Browse files
authored
Merge pull request #401 from jruby/dependabot/bundler/1.2-stable/ruby-deps-8cf44a60a4
1.2.x: Bump rack from 2.2.21 to 2.2.22 in the ruby-deps group across 1 directory
2 parents 6bae27b + 45e0de0 commit 38b04d8

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)