Skip to content

Commit 8416a8d

Browse files
committed
Update rack to >= 2.2.20
1 parent 70a1151 commit 8416a8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def gemn(gem_name, version, next_version: nil, next_name: nil, **kwargs)
1515
end
1616
end
1717

18-
gem 'rack', '>= 2.2.18'
18+
gem 'rack', '>= 2.2.20'
1919
gem 'rails', '~> 7.1.5.2'
2020
gem 'puma', '>= 6.6.1'
2121
gem 'sass-rails', '~> 5.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GEM
483483
activesupport (>= 3.0.0)
484484
pycall (1.5.1)
485485
racc (1.8.1)
486-
rack (2.2.18)
486+
rack (2.2.20)
487487
rack-mini-profiler (3.1.1)
488488
rack (>= 1.2.0)
489489
rack-protection (3.1.0)
@@ -818,7 +818,7 @@ DEPENDENCIES
818818
puma (>= 6.6.1)
819819
pundit (~> 2.5)
820820
pycall
821-
rack (>= 2.2.18)
821+
rack (>= 2.2.20)
822822
rack-mini-profiler
823823
rails (~> 7.1.5.2)
824824
rails-controller-testing

Gemfile_next.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GEM
483483
activesupport (>= 3.0.0)
484484
pycall (1.5.1)
485485
racc (1.8.1)
486-
rack (2.2.18)
486+
rack (2.2.20)
487487
rack-mini-profiler (3.1.1)
488488
rack (>= 1.2.0)
489489
rack-protection (3.1.0)
@@ -818,7 +818,7 @@ DEPENDENCIES
818818
puma (>= 6.6.1)
819819
pundit (~> 2.5)
820820
pycall
821-
rack (>= 2.2.18)
821+
rack (>= 2.2.20)
822822
rack-mini-profiler
823823
rails (~> 7.1.5.2)
824824
rails-controller-testing

0 commit comments

Comments
 (0)