Skip to content

Commit

Permalink
build(deps): bump redis from 4.8.1 to 5.3.0 (#7194)
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.3.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.1...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent c42bf54 commit f05a82c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'i18n-js'
gem 'rails-i18n', '~> 7.0.0'

# Redis
gem 'redis', '~> 4.8.1'
gem 'redis', '~> 5.3.0'

# Exam template requirements
gem 'combine_pdf'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,10 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (4.8.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.9.0)
Expand Down Expand Up @@ -528,7 +531,7 @@ DEPENDENCIES
rails-i18n (~> 7.0.0)
rails_performance
redcarpet
redis (~> 4.8.1)
redis (~> 5.3.0)
responders
resque
resque-scheduler
Expand Down

0 comments on commit f05a82c

Please sign in to comment.