Skip to content

Commit be64be4

Browse files
Bump rack-cors from 2.0.1 to 2.0.2 in /backend
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](cyu/rack-cors@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cea3fc commit be64be4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gem "ruby-progressbar", require: false
6060

6161
gem "kaminari-actionview"
6262
gem "kaminari-mongoid"
63-
gem "rack-cors", "2.0.1", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile
63+
gem "rack-cors", "2.0.2", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile
6464
gem "simplecov", require: false, group: :test
6565

6666
group :development, :test do

backend/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ GEM
308308
pusher-signature (0.1.8)
309309
racc (1.7.3)
310310
rack (2.2.9)
311-
rack-cors (2.0.1)
311+
rack-cors (2.0.2)
312312
rack (>= 2.0.0)
313313
rack-test (2.1.0)
314314
rack (>= 1.3)
@@ -501,7 +501,7 @@ DEPENDENCIES
501501
pry-rails
502502
puma (= 5.6.8)
503503
pusher
504-
rack-cors (= 2.0.1)
504+
rack-cors (= 2.0.2)
505505
rack-timeout
506506
rails (~> 6.1.7.7)
507507
rails_12factor

0 commit comments

Comments
 (0)