Skip to content

Commit

Permalink
Merge pull request #63 from gmmcal/dependabot/bundler/redis-5.2.0
Browse files Browse the repository at this point in the history
Bump redis from 5.1.0 to 5.2.0
  • Loading branch information
gmmcal committed Apr 29, 2024
2 parents 0aed3ae + 266f48a commit f7675fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'stimulus-rails'
gem 'jbuilder'

# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.1'
gem 'redis', '~> 5.2'

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ GEM
rake (13.1.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
reek (6.3.0)
dry-schema (~> 1.13.0)
Expand Down Expand Up @@ -329,7 +329,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 6.4)
rails (~> 7.1.3)
redis (~> 5.1)
redis (~> 5.2)
reek
rubocop
rubocop-capybara
Expand Down

0 comments on commit f7675fb

Please sign in to comment.