Skip to content

Commit

Permalink
Upgrade: Bump redis from 5.1.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 5.1.0 to 5.2.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent a04874d commit 2deae81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'pagy', '~> 6.2'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'rack-attack', '~> 6.7'
gem 'redis', '~> 5.1'
gem 'redis', '~> 5.2'
gem 'ruby-progressbar', '~> 1.13'
gem 'sass-rails', '~> 6.0'
gem 'seed-fu', '~> 2.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
regexp_parser (2.9.0)
Expand Down Expand Up @@ -632,7 +632,7 @@ DEPENDENCIES
rack-attack (~> 6.7)
rack-mini-profiler
rails (= 7.0.8.1)
redis (~> 5.1)
redis (~> 5.2)
rspec-rails (~> 6.1)
rspec-retry (~> 0.6)
rspec-snapshot (~> 2.0)
Expand Down

0 comments on commit 2deae81

Please sign in to comment.