Skip to content

Commit

Permalink
Upgrade redis to v4 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Oct 18, 2023
1 parent 9d2e19a commit d3eddb6
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 @@ -31,7 +31,7 @@ gem "coffee-rails"

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

# bundle exec rake doc:rails generates the API under doc/api.
gem "sdoc", group: :doc
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
rails (>= 5.2)
rainbow (~> 3.0)
redcarpet (3.6.0)
redis (3.3.3)
redis (4.8.1)
regexp_parser (2.8.1)
reline (0.3.8)
io-console (~> 0.5)
Expand Down Expand Up @@ -454,7 +454,7 @@ DEPENDENCIES
rainbow
react_on_rails (= 13.2.0)
redcarpet
redis (= 3.3.3)
redis (~> 4.0)
rspec-rails (~> 6.0.0)
rubocop (= 1.24.1)
rubocop-performance (~> 1.13)
Expand Down

0 comments on commit d3eddb6

Please sign in to comment.