Skip to content

Commit

Permalink
Merge pull request #385 from alphagov/fix-deprecation-warning
Browse files Browse the repository at this point in the history
Bump rack_strip_client_ip to 0.0.2
  • Loading branch information
NickColley authored Jun 22, 2017
2 parents 51db069 + 11d0ebd commit 2146f9a
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 @@ -18,7 +18,7 @@ else
end
gem 'uglifier', '>= 1.3.0'
gem 'unicorn', '4.8'
gem 'rack_strip_client_ip', '~> 0.0.0'
gem 'rack_strip_client_ip', '~> 0.0.2'
gem 'rails-i18n', '>= 4.0.4'
gem 'rails_translation_manager', '~> 0.0.2'
gem 'rails-controller-testing', '~> 0.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GEM
rack (>= 0.4)
rack-test (0.6.3)
rack (>= 1.0)
rack_strip_client_ip (0.0.1)
rack_strip_client_ip (0.0.2)
rails (5.0.0.1)
actioncable (= 5.0.0.1)
actionmailer (= 5.0.0.1)
Expand Down Expand Up @@ -301,7 +301,7 @@ DEPENDENCIES
plek (= 1.11)
poltergeist
pry-byebug
rack_strip_client_ip (~> 0.0.0)
rack_strip_client_ip (~> 0.0.2)
rails (~> 5.0)
rails-controller-testing (~> 0.1)
rails-i18n (>= 4.0.4)
Expand Down

0 comments on commit 2146f9a

Please sign in to comment.