Skip to content

Commit

Permalink
Fix redis reconnect error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Oct 16, 2024
1 parent 9237255 commit a9061f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem 'action-cable-redis-backport'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.3.1'
# Use postgresql as the database for Active Record
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ GEM
specs:
PoParser (3.2.6)
simple_po_parser (~> 1.1.6)
action-cable-redis-backport (1.0.3)
actioncable (>= 5.0)
actioncable (6.1.3.1)
actionpack (= 6.1.3.1)
activesupport (= 6.1.3.1)
Expand Down Expand Up @@ -507,6 +509,7 @@ PLATFORMS

DEPENDENCIES
PoParser
action-cable-redis-backport
aws-sdk-s3
bootsnap
bumbler
Expand Down

0 comments on commit a9061f6

Please sign in to comment.