Skip to content

Commit

Permalink
Try redis-client PR
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Dec 7, 2023
1 parent 83bacec commit dfc1c0e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :test do
gem "activerecord", github: "rails/rails", branch: "main"
gem "hiredis", "~> 0.6"
# NOTE: v0.12.0 required for ruby 3.2.0. https://github.com/redis-rb/redis-client/issues/58
gem "hiredis-client", ">= 0.12.0"
gem "hiredis-client", github: "https://github.com/redis-rb/redis-client/pull/154"
gem "redis"
end

Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gemfiles/redis_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "toxiproxy"
gem "webrick"

gem "hiredis", "~> 0.6"
gem "hiredis-client", ">= 0.12.0"
gem "hiredis-client", github: "https://github.com/redis-rb/redis-client/pull/154"
gem "redis"

gemspec path: "../"
12 changes: 9 additions & 3 deletions gemfiles/redis_5.gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfc1c0e

Please sign in to comment.