Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Dec 7, 2023
1 parent dfc1c0e commit 8f6343a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ group :test do
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", github: "https://github.com/redis-rb/redis-client/pull/154"
gem "redis-client", github: "https://github.com/redis-rb/redis-client/pull/154"
gem "redis"
end

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock

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

1 change: 1 addition & 0 deletions gemfiles/redis_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "webrick"

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

gemspec path: "../"
7 changes: 4 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 8f6343a

Please sign in to comment.