Skip to content

Commit

Permalink
Merge pull request #2212 from alphagov/dependabot/bundler/redis-4.2.0
Browse files Browse the repository at this point in the history
Bump redis from 4.1.4 to 4.2.0
  • Loading branch information
andysellick authored Jun 9, 2020
2 parents 67a335b + c8b932d commit 4b752bb
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 "govuk_publishing_components", "~> 21.55.2"
gem "nokogiri", "~> 1.10"
gem "rack_strip_client_ip", "0.0.2"
gem "rails", "~> 5.2"
gem "redis", "~> 4.1.4"
gem "redis", "~> 4.2.0"
gem "sass-rails", "5.0.7"
gem "uglifier", ">= 1.3.0"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.4)
redis (4.2.0)
regexp_parser (1.7.0)
request_store (1.5.0)
rack (>= 1.4)
Expand Down Expand Up @@ -349,7 +349,7 @@ DEPENDENCIES
pry
rack_strip_client_ip (= 0.0.2)
rails (~> 5.2)
redis (~> 4.1.4)
redis (~> 4.2.0)
rubocop-govuk
sass-rails (= 5.0.7)
shoulda
Expand Down

0 comments on commit 4b752bb

Please sign in to comment.