Skip to content

Commit d3eddb6

Browse files
authored
Upgrade redis to v4 (#561)
1 parent 9d2e19a commit d3eddb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

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

3232
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3333
gem "jbuilder"
34-
gem "redis", "3.3.3"
34+
gem "redis", "~> 4.0"
3535

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ GEM
289289
rails (>= 5.2)
290290
rainbow (~> 3.0)
291291
redcarpet (3.6.0)
292-
redis (3.3.3)
292+
redis (4.8.1)
293293
regexp_parser (2.8.1)
294294
reline (0.3.8)
295295
io-console (~> 0.5)
@@ -454,7 +454,7 @@ DEPENDENCIES
454454
rainbow
455455
react_on_rails (= 13.2.0)
456456
redcarpet
457-
redis (= 3.3.3)
457+
redis (~> 4.0)
458458
rspec-rails (~> 6.0.0)
459459
rubocop (= 1.24.1)
460460
rubocop-performance (~> 1.13)

0 commit comments

Comments
 (0)