Skip to content

Commit

Permalink
Merge pull request #1764 from DFE-Digital/dependabot/bundler/redis-4.3.1
Browse files Browse the repository at this point in the history
Bump redis from 4.2.5 to 4.3.1
  • Loading branch information
sfawcett123 authored Jun 16, 2021
2 parents 85b1ad0 + e0ceaff commit 3c5b5be
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 @@ -41,7 +41,7 @@ gem 'delayed_cron_job'
gem 'delayed_job_active_record'
gem 'delayed_job_web'

gem "redis", "~> 4.2"
gem "redis", "~> 4.3"

gem 'kaminari'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.5)
redis (4.3.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rgeo (2.3.0)
Expand Down Expand Up @@ -617,7 +617,7 @@ DEPENDENCIES
rails (~> 6.1.3)
rails-controller-testing
rails-erd
redis (~> 4.2)
redis (~> 4.3)
rspec-json_expectations (~> 2.2)
rspec-rails (~> 5.0)
rspec-sonarqube-formatter
Expand Down

0 comments on commit 3c5b5be

Please sign in to comment.