Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent 21e326e commit b2cb552
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 @@ -215,6 +215,6 @@ if %w(mingw mswin x64_mingw jruby).include?(RUBY_PLATFORM)
end

# Use Redis for Action Cable
gem "redis", "~> 5.2"
gem "redis", "~> 5.3"

gem "importmap-rails", "~> 2.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,9 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
recaptcha (5.17.0)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
Expand Down Expand Up @@ -780,7 +780,7 @@ DEPENDENCIES
rails-controller-testing
rails-erd
recaptcha
redis (~> 5.2)
redis (~> 5.3)
rolify (~> 6.0)
rspec-rails (~> 6.1.3)
rubocop
Expand Down

0 comments on commit b2cb552

Please sign in to comment.