mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 20:55:13 +00:00
Bump rack-cors from 2.0.2 to 3.0.0
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 2.0.2 to 3.0.0. - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: rack-cors dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
04133722bc
commit
b18148d3f7
2 changed files with 6 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,7 +21,7 @@ gem "omniauth-rails_csrf_protection", "~> 2.0"
|
|||
|
||||
# Env vars + CORS
|
||||
gem "dotenv-rails", "~> 3.1"
|
||||
gem "rack-cors", "~> 2.0"
|
||||
gem "rack-cors", "~> 3.0"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||
|
|
|
|||
|
|
@ -254,8 +254,9 @@ GEM
|
|||
nio4r (~> 2.0)
|
||||
racc (1.8.1)
|
||||
rack (3.2.5)
|
||||
rack-cors (2.0.2)
|
||||
rack (>= 2.0.0)
|
||||
rack-cors (3.0.0)
|
||||
logger
|
||||
rack (>= 3.0.14)
|
||||
rack-oauth2 (2.3.0)
|
||||
activesupport
|
||||
attr_required
|
||||
|
|
@ -419,7 +420,7 @@ DEPENDENCIES
|
|||
omniauth_openid_connect (~> 0.8)
|
||||
pg (~> 1.1)
|
||||
puma (>= 5.0)
|
||||
rack-cors (~> 2.0)
|
||||
rack-cors (~> 3.0)
|
||||
rails (~> 8.1.2)
|
||||
rubocop-rails-omakase
|
||||
thruster
|
||||
|
|
@ -527,7 +528,7 @@ CHECKSUMS
|
|||
puma (7.2.0) sha256=bf8ef4ab514a4e6d4554cb4326b2004eba5036ae05cf765cfe51aba9706a72a8
|
||||
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
||||
rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
|
||||
rack-cors (2.0.2) sha256=415d4e1599891760c5dc9ef0349c7fecdf94f7c6a03e75b2e7c2b54b82adda1b
|
||||
rack-cors (3.0.0) sha256=7b95be61db39606906b61b83bd7203fa802b0ceaaad8fcb2fef39e097bf53f68
|
||||
rack-oauth2 (2.3.0) sha256=43e02cf73f13886a0a06499603caeec58aeba6eae1fefc4977c9678b7652c632
|
||||
rack-protection (4.2.1) sha256=cf6e2842df8c55f5e4d1a4be015e603e19e9bc3a7178bae58949ccbb58558bac
|
||||
rack-proxy (0.7.7) sha256=446a4b57001022145d5c3ba73b775f66a2260eaf7420c6907483141900395c8a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue