Skip to content

Commit

Permalink
Merge pull request #1591 from alphagov/dependabot/bundler/redis-4.1.0
Browse files Browse the repository at this point in the history
Bump redis from 4.0.3 to 4.1.0
  • Loading branch information
cbaines authored Dec 17, 2018
2 parents bbd01c6 + f26f7f2 commit 0aa07f1
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 @@ -9,7 +9,7 @@ gem 'uglifier', ">= 1.3.0"
gem 'sass-rails', "5.0.7"
gem 'asset_bom_removal-rails', '~> 1.0.0'
gem 'nokogiri', "~> 1.8"
gem 'redis', "~> 4.0.3"
gem 'redis', "~> 4.1.0"
gem 'govuk_publishing_components', '~> 11.2.0'
gem 'govuk_app_config', '~> 1.10.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.3)
redis (4.1.0)
regexp_parser (1.2.0)
request_store (1.4.1)
rack (>= 1.4)
Expand Down Expand Up @@ -377,7 +377,7 @@ DEPENDENCIES
pry
rack_strip_client_ip (= 0.0.2)
rails (~> 5.2)
redis (~> 4.0.3)
redis (~> 4.1.0)
sass-rails (= 5.0.7)
shoulda
test-unit
Expand Down

0 comments on commit 0aa07f1

Please sign in to comment.