Skip to content

Commit

Permalink
Bump redis from 4.8.1 to 5.0.7
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.0.7.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.1...v5.0.7)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 29654e1 commit fa6ea81
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ gem 'pg', '~> 1.1'
gem 'postmark-rails'
gem 'puma', '~> 5.6'
gem 'rails', '~> 7.0.6'
gem 'redis', '~> 4.0'
gem 'redis', '~> 5.0'
gem 'sprockets-rails'
gem 'stimulus-rails'
gem 'tailwindcss-rails'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
cuprite (0.14.3)
capybara (~> 3.0)
Expand Down Expand Up @@ -239,7 +240,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.7)
io-console (~> 0.5)
Expand Down Expand Up @@ -329,7 +333,7 @@ DEPENDENCIES
postmark-rails
puma (~> 5.6)
rails (~> 7.0.6)
redis (~> 4.0)
redis (~> 5.0)
rubocop-capybara
rubocop-factory_bot
rubocop-rails
Expand Down

0 comments on commit fa6ea81

Please sign in to comment.