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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2019
1 parent 5650ecb commit ff28f88
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
Expand Up @@ -41,7 +41,7 @@ gem 'namae', '~> 1.0'
gem 'lograge', '~> 0.10.0'
gem 'logstash-event', '~> 1.2', '>= 1.2.02'
gem 'logstash-logger', '~> 0.26.1'
gem 'rack-cors', '~> 1.0', '>= 1.0.2', :require => 'rack/cors'
gem 'rack-cors', '~> 1.0', :require => 'rack/cors'

gem 'devise', '~> 4.7'
gem 'omniauth-github', '~> 1.1.2'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ GEM
docopt (~> 0.5)
sysrandom
rack (2.0.7)
rack-cors (1.0.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-jwt (0.4.0)
jwt (~> 2.0)
rack (>= 1.6.0)
Expand Down Expand Up @@ -723,7 +724,7 @@ DEPENDENCIES
postrank-uri (~> 1.0, >= 1.0.23)
pry-rails (~> 0.3.2)
pwqgen.rb (~> 0.1.0)
rack-cors (~> 1.0, >= 1.0.2)
rack-cors (~> 1.0)
rack-jwt
rack-test (~> 1.1)
rack-utf8_sanitizer (~> 1.6)
Expand Down

0 comments on commit ff28f88

Please sign in to comment.