Skip to content

Commit

Permalink
build(deps): bump rack-cors from 1.1.1 to 2.0.1
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.1.
- [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...v2.0.1)

---
updated-dependencies:
- dependency-name: rack-cors
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and danilogco committed Apr 4, 2023
1 parent f6f5d7a commit 9df3c49
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 @@ -28,7 +28,7 @@ gem "bootsnap", require: false
# gem "image_processing", "~> 1.2"

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem "rack-cors", "~> 1.1"
gem "rack-cors", "~> 2.0"

# Authentication library
gem "devise-jwt", "~> 0.10"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ GEM
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack-cors (1.1.1)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-protection (2.2.0)
rack
Expand Down Expand Up @@ -286,7 +286,7 @@ DEPENDENCIES
omniauth (~> 2.1)
pg (~> 1.4)
puma (~> 6.2)
rack-cors (~> 1.1)
rack-cors (~> 2.0)
rails (~> 7.0.4)
rubocop (~> 1.49.0)
rubocop-minitest (~> 0.29.0)
Expand Down

0 comments on commit 9df3c49

Please sign in to comment.