Skip to content

Commit

Permalink
Merge pull request #3624 from Vizzuality/dependabot/bundler/rack-reve…
Browse files Browse the repository at this point in the history
…rse-proxy-0.12.0

Bump rack-reverse-proxy from 0.11.0 to 0.12.0
  • Loading branch information
edbrett authored Oct 30, 2018
2 parents 0e4379a + 3d4ced8 commit 061ca2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'redis-rails'
gem 'erubis'
gem 'requirejs-rails', '1.0.0'

gem 'rack-reverse-proxy', '~> 0.11.0', :require => 'rack/reverse_proxy'
gem 'rack-reverse-proxy', '~> 0.12.0', :require => 'rack/reverse_proxy'
# Amazon Ruby sdk for file upload to S3
gem 'aws-sdk', '~> 2'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ GEM
public_suffix (3.0.2)
puma (3.11.3)
rack (2.0.5)
rack-proxy (0.6.4)
rack-proxy (0.6.5)
rack
rack-reverse-proxy (0.11.0)
rack-reverse-proxy (0.12.0)
rack (>= 1.0.0)
rack-proxy (~> 0.5, >= 0.5.14)
rack-proxy (~> 0.6, >= 0.6.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.5)
Expand Down Expand Up @@ -505,7 +505,7 @@ DEPENDENCIES
newrelic_rpm
nokogiri (~> 1.8.5)
puma
rack-reverse-proxy (~> 0.11.0)
rack-reverse-proxy (~> 0.12.0)
rails (= 5.1.5)
rails-controller-testing
rails_12factor
Expand Down

0 comments on commit 061ca2c

Please sign in to comment.