Skip to content

Commit

Permalink
Bump rack-cors from 1.0.2 to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 28, 2019
1 parent 7259270 commit 2b74961
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 @@ -23,7 +23,7 @@ gem 'kaminari', '~> 1.1'
gem 'local_time', '~> 2.1'
gem 'pg', '~> 1.1'
gem 'puma', '~> 3.12'
gem 'rack-cors', '~> 1.0', '>= 1.0.2'
gem 'rack-cors', '~> 1.0'
gem 'rails', '~> 5.2.3'
gem 'sass-rails', '~> 5.0'
gem 'slack-notifier', '~> 2.3.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
public_suffix (3.0.3)
puma (3.12.1)
rack (2.0.6)
rack-cors (1.0.2)
rack-cors (1.0.3)
rack-proxy (0.6.4)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
mocha (~> 1.8)
pg (~> 1.1)
puma (~> 3.12)
rack-cors (~> 1.0, >= 1.0.2)
rack-cors (~> 1.0)
rails (~> 5.2.3)
ruby-progressbar (~> 1.10)
sass-rails (~> 5.0)
Expand Down

0 comments on commit 2b74961

Please sign in to comment.