Skip to content

Commit

Permalink
Merge pull request #1180 from SpeciesFileGroup/dependabot/bundler/rac…
Browse files Browse the repository at this point in the history
…k-cors-1.0.5

Bump rack-cors from 1.0.3 to 1.0.5 **SECURITY FIX**
  • Loading branch information
LocoDelAssembly committed Nov 15, 2019
2 parents 855b945 + c2457e0 commit 3439942
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
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rack-cors', '~> 1.0.1', require: 'rack/cors'
gem 'rack-cors', '~> 1.0.5', require: 'rack/cors'

ruby '2.6.3'

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ GEM
psych (3.1.0)
public_suffix (4.0.1)
rack (2.0.7)
rack-cors (1.0.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -561,7 +562,7 @@ DEPENDENCIES
postgresql_cursor (~> 0.6.1)
prawn (~> 2.2.2)
psych (~> 3.1.0)
rack-cors (~> 1.0.1)
rack-cors (~> 1.0.5)
rails (= 5.2.3)
rails-controller-testing (~> 1.0.2)
rails-jquery-autocomplete (~> 1.0.3)
Expand Down

0 comments on commit 3439942

Please sign in to comment.