Skip to content

Commit

Permalink
Bump rack-cors from 1.1.1 to 2.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2023
1 parent d845276 commit f2c04c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'pg', '~> 1.4'
gem 'pg_search'
gem 'puma', '~> 6.1.1'
gem 'pundit', '~> 2.3.0'
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
gem 'rack-cors', '~> 2.0', require: 'rack/cors'
if next?
gem 'rails', '~> 6.1'
else
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ GEM
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.3)
rack-cors (1.1.1)
rack-cors (2.0.0)
rack (>= 2.0.0)
rack-protection (2.2.2)
rack
Expand Down Expand Up @@ -564,7 +564,7 @@ DEPENDENCIES
pry
puma (~> 6.1.1)
pundit (~> 2.3.0)
rack-cors (~> 1.0)
rack-cors (~> 2.0)
rails (~> 6.0)
ranked-model (~> 0.4.8)
restpack_serializer!
Expand Down

0 comments on commit f2c04c8

Please sign in to comment.