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 28, 2024
1 parent ae10663 commit 7570cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
8 changes: 3 additions & 5 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ GEM
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
racc (1.7.3)
rack (2.2.8)
rack-cors (2.0.1)
rack (2.2.9)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -435,8 +435,6 @@ GEM
tomorrowio_rb (0.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
vcr (6.2.0)
Expand Down Expand Up @@ -498,7 +496,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 7570cd9

Please sign in to comment.