Skip to content

Commit

Permalink
Bump rack-cors from 2.0.1 to 2.0.2 in /backend
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent b1ef1b0 commit 855b6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem "ruby-progressbar", require: false

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

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ GEM
racc (1.7.3)
racc (1.7.3-java)
rack (2.2.8.1)
rack-cors (2.0.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
pry-rails
puma (= 5.6.8)
pusher
rack-cors (= 2.0.1)
rack-cors (= 2.0.2)
rack-timeout
rails (~> 6.1.7.6)
rails_12factor
Expand Down

0 comments on commit 855b6fb

Please # to comment.