Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Bump rack-cors from 0.4.1 to 1.0.5 #40

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'rails-settings-cached'
gem 'cancancan', '~> 1.9'
gem 'omniauth', '~> 1.3.2'
gem 'omniauth-oauth2'
gem 'rack-cors', '~> 0.4.1', :require => 'rack/cors'
gem 'rack-cors', '~> 1.0.5', :require => 'rack/cors'
gem 'foundation-rails'
gem 'simple_form'
gem 'newrelic_rpm'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ GEM
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.6.10)
rack-cors (0.4.1)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7.1)
Expand Down Expand Up @@ -357,7 +358,7 @@ DEPENDENCIES
pg
progress
quiet_assets
rack-cors (~> 0.4.1)
rack-cors (~> 1.0.5)
rails (~> 4.2.7.1)
rails-settings-cached
rails_12factor
Expand Down