Skip to content

Commit

Permalink
bump redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Oct 7, 2024
1 parent a237bcd commit 8a7e20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ group :production do
# we use dalli as standard memcache client
# requires memcached 1.4+
gem "dalli", "~> 3.2.0"
gem "redis", "~> 5.2.0"
gem "redis", "~> 5.3.0"
end

gem "i18n-js", "~> 4.2.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ GEM
psych (>= 4.0.0)
recaptcha (5.17.0)
redcarpet (3.6.0)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
Expand Down Expand Up @@ -1341,7 +1341,7 @@ DEPENDENCIES
rails-i18n (~> 7.0.0)
rbtrace
rdoc (>= 2.4.2)
redis (~> 5.2.0)
redis (~> 5.3.0)
request_store (~> 1.7.0)
responders (~> 3.0)
retriable (~> 3.1.1)
Expand Down

0 comments on commit 8a7e20b

Please sign in to comment.