Skip to content

Commit af68ae8

Browse files
Bump rack-cors from 2.0.2 to 3.0.0 (#1075)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bc156d commit af68ae8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem 'pagy', '~> 9.3'
2727
gem 'pg', '~> 1.5'
2828
gem 'puma', '~> 6.6'
2929
gem 'pundit', '~> 2.5'
30-
gem 'rack-cors', '~> 2.0'
30+
gem 'rack-cors', '~> 3.0'
3131
gem 'rswag-api', '~> 2.16.0'
3232
gem 'rswag-ui', '~> 2.16.0'
3333
gem 'sendgrid', '~> 1.2.4'

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,10 @@ GEM
419419
activesupport (>= 3.0.0)
420420
raabro (1.4.0)
421421
racc (1.8.1)
422-
rack (3.1.14)
423-
rack-cors (2.0.2)
424-
rack (>= 2.0.0)
422+
rack (3.1.15)
423+
rack-cors (3.0.0)
424+
logger
425+
rack (>= 3.0.14)
425426
rack-protection (4.1.1)
426427
base64 (>= 0.1.0)
427428
logger (>= 1.6.0)
@@ -680,7 +681,7 @@ DEPENDENCIES
680681
pry-rails (~> 0.3.11)
681682
puma (~> 6.6)
682683
pundit (~> 2.5)
683-
rack-cors (~> 2.0)
684+
rack-cors (~> 3.0)
684685
rails (~> 8.0.2)
685686
rails_best_practices (~> 1.20)
686687
reek (~> 6.5)

0 commit comments

Comments
 (0)