Skip to content

Commit

Permalink
Bump rack-cors from 1.0.3 to 1.0.5
Browse files Browse the repository at this point in the history
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 to 1.0.5.
- [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.0.3...v1.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2019
1 parent 3b290a2 commit c2457e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rack-cors', '~> 1.0.1', require: 'rack/cors'
gem 'rack-cors', '~> 1.0.5', require: 'rack/cors'

ruby '2.6.3'

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ GEM
psych (3.1.0)
public_suffix (4.0.1)
rack (2.0.7)
rack-cors (1.0.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -561,7 +562,7 @@ DEPENDENCIES
postgresql_cursor (~> 0.6.1)
prawn (~> 2.2.2)
psych (~> 3.1.0)
rack-cors (~> 1.0.1)
rack-cors (~> 1.0.5)
rails (= 5.2.3)
rails-controller-testing (~> 1.0.2)
rails-jquery-autocomplete (~> 1.0.3)
Expand Down

0 comments on commit c2457e0

Please sign in to comment.