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 6d6a152 commit 7ab3eb1
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 @@ -44,7 +44,7 @@ gem 'mailgun-ruby', '~> 1.1', '>= 1.1.8'
gem 'premailer', '~> 1.11', '>= 1.11.1'
gem 'flipper', '~> 0.16.0'
gem 'flipper-active_support_cache_store'
gem 'rack-cors', '~> 1.0', '>= 1.0.2', :require => 'rack/cors'
gem 'rack-cors', '~> 1.0', :require => 'rack/cors'
gem 'strip_attributes', '~> 1.8'
gem 'slack-notifier', '~> 2.1'
gem 'mini_magick', '~> 4.8'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ GEM
rack (2.0.7)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (1.0.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-utf8_sanitizer (1.6.0)
Expand Down Expand Up @@ -599,7 +600,7 @@ DEPENDENCIES
oj_mimic_json (~> 1.0, >= 1.0.1)
premailer (~> 1.11, >= 1.11.1)
pwqgen.rb (~> 0.1.0)
rack-cors (~> 1.0, >= 1.0.2)
rack-cors (~> 1.0)
rack-utf8_sanitizer (~> 1.6)
rails (~> 5.2.0)
rake (~> 12.0)
Expand Down

0 comments on commit 7ab3eb1

Please sign in to comment.