Bump redis from 4.4.0 to 4.5.1
Bumps [redis](https://github.com/redis/redis-rb) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ryan Williams
parent
106f6139fe
commit
a6c7b42808
@@ -27,7 +27,7 @@ gem 'stimulus-rails', '>= 0.4.0'
|
|||||||
gem 'jbuilder', '~> 2.7'
|
gem 'jbuilder', '~> 2.7'
|
||||||
|
|
||||||
# Use Redis adapter to run Action Cable in production
|
# Use Redis adapter to run Action Cable in production
|
||||||
gem 'redis', '~> 4.0'
|
gem 'redis', '~> 4.5'
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
|
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
|
||||||
|
|||||||
+2
-2
@@ -144,7 +144,7 @@ GEM
|
|||||||
zeitwerk (~> 2.5.0.beta3)
|
zeitwerk (~> 2.5.0.beta3)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
redis (4.4.0)
|
redis (4.5.1)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.1.1)
|
||||||
reline (0.2.7)
|
reline (0.2.7)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
@@ -224,7 +224,7 @@ DEPENDENCIES
|
|||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
puma (~> 5.5)
|
puma (~> 5.5)
|
||||||
rails (~> 7.0.0.alpha2)
|
rails (~> 7.0.0.alpha2)
|
||||||
redis (~> 4.0)
|
redis (~> 4.5)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
rubocop-rspec
|
rubocop-rspec
|
||||||
|
|||||||
Reference in New Issue
Block a user