Skip to content

Commit 0d7e42c

Browse files
committed
upgrade to redis 5
1 parent 3f648e0 commit 0d7e42c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem "coffee-rails"
3030

3131
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3232
gem "jbuilder"
33-
gem "redis", "~> 4.0"
33+
gem "redis", "~> 5.0"
3434

3535
# bundle exec rake doc:rails generates the API under doc/api.
3636
gem "sdoc", group: :doc

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,10 @@ GEM
295295
rails (>= 5.2)
296296
rainbow (~> 3.0)
297297
redcarpet (3.6.0)
298-
redis (4.8.1)
298+
redis (5.3.0)
299+
redis-client (>= 0.22.0)
300+
redis-client (0.22.2)
301+
connection_pool
299302
regexp_parser (2.9.2)
300303
reline (0.5.9)
301304
io-console (~> 0.5)
@@ -469,7 +472,7 @@ DEPENDENCIES
469472
rainbow
470473
react_on_rails (= 14.0.3)
471474
redcarpet
472-
redis (~> 4.0)
475+
redis (~> 5.0)
473476
rspec-rails (~> 6.0.0)
474477
rubocop (= 1.24.1)
475478
rubocop-performance (~> 1.13)

0 commit comments

Comments
 (0)