Skip to content

Commit

Permalink
Bump rack-cors from 0.4.0 to 0.4.1 (#2346)
Browse files Browse the repository at this point in the history
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.0 to 0.4.1.
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG)
- [Commits](cyu/rack-cors@v0.4.0...v0.4.1)

I'll automatically resolve any conflicts with this PR as long as you don't alter it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.
  • Loading branch information
dependabot[bot] authored and camallen committed Jun 22, 2017
1 parent 8fdd9c4 commit cee5880
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 @@ -8,7 +8,7 @@ gem 'doorkeeper', '~> 3.0'
gem 'doorkeeper-jwt', '~> 0.2.1'
gem 'devise', '~> 3.0'
gem 'versionist', '~> 1.5'
gem 'rack-cors', '~> 0.3', require: 'rack/cors'
gem 'rack-cors', '~> 0.4', require: 'rack/cors'
gem 'restpack_serializer', github: "edpaget/restpack_serializer", branch: "dev" # REST API
gem 'active_model_serializers', '0.10.0.rc2' # Event stream
gem 'paper_trail', '~> 3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
pry (>= 0.9.11)
puma (3.1.0)
rack (1.6.8)
rack-cors (0.4.0)
rack-cors (0.4.1)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
Expand Down Expand Up @@ -485,7 +485,7 @@ DEPENDENCIES
pry-rails
pry-stack_explorer
puma (~> 3.1.0)
rack-cors (~> 0.3)
rack-cors (~> 0.4)
rails (~> 4.2.8)
ranked-model (~> 0.4.0)
restpack_serializer!
Expand Down

0 comments on commit cee5880

Please sign in to comment.