Skip to content

Commit 9eb073f

Browse files
Bump rack-cors from 1.1.1 to 2.0.0
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](cyu/rack-cors@v1.1.1...2.0.0) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 684a970 commit 9eb073f

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
@@ -69,7 +69,7 @@ gem 'public_suffix', '~> 5.0'
6969
gem 'pundit', '~> 2.3'
7070
gem 'premailer-rails'
7171
gem 'rack-attack', '~> 6.6'
72-
gem 'rack-cors', '~> 1.1', require: 'rack/cors'
72+
gem 'rack-cors', '~> 2.0', require: 'rack/cors'
7373
gem 'rails-i18n', '~> 6.0'
7474
gem 'rails-settings-cached', '~> 0.6', git: 'https://github.com/mastodon/rails-settings-cached.git', branch: 'v0.6.6-aliases-true'
7575
gem 'redcarpet', '~> 3.6'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ GEM
506506
rack (2.2.6.3)
507507
rack-attack (6.6.1)
508508
rack (>= 1.0, < 3)
509-
rack-cors (1.1.1)
509+
rack-cors (2.0.0)
510510
rack (>= 2.0.0)
511511
rack-oauth2 (1.21.3)
512512
activesupport
@@ -846,7 +846,7 @@ DEPENDENCIES
846846
pundit (~> 2.3)
847847
rack (~> 2.2.6)
848848
rack-attack (~> 6.6)
849-
rack-cors (~> 1.1)
849+
rack-cors (~> 2.0)
850850
rack-test (~> 2.0)
851851
rails (~> 6.1.7)
852852
rails-controller-testing (~> 1.0)

0 commit comments

Comments
 (0)