Skip to content

Commit 18e7667

Browse files
authored
Update rack (#2926)
1 parent 79a2dae commit 18e7667

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'omniauth-auth0', '~> 3.1.0'
2929
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
3030
gem 'pg', '>= 0.18', '< 2.0'
3131
gem 'puma', '~> 6.4'
32-
gem 'rack', '2.2.20'
32+
gem 'rack', '2.2.23'
3333
gem 'rails', '~> 7.2.3.1'
3434
# Use Redis for Action Cable
3535
gem 'redis', '~> 4.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ GEM
594594
puma (6.6.0)
595595
nio4r (~> 2.0)
596596
racc (1.8.1)
597-
rack (2.2.20)
597+
rack (2.2.23)
598598
rack-protection (3.2.0)
599599
base64 (>= 0.1.0)
600600
rack (~> 2.2, >= 2.2.4)
@@ -867,7 +867,7 @@ DEPENDENCIES
867867
omniauth-rails_csrf_protection (~> 1.0.1)
868868
pg (>= 0.18, < 2.0)
869869
puma (~> 6.4)
870-
rack (= 2.2.20)
870+
rack (= 2.2.23)
871871
rails (~> 7.2.3.1)
872872
redis (~> 4.0)
873873
rspec-rails

0 commit comments

Comments
 (0)