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 39eca15
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 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.

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

gem "hiredis", "~> 0.6"
gem "hiredis-client", github: "https://github.com/redis-rb/redis-client/pull/154"
gem "hiredis-client", path: "/Users/byroot/src/github.com/redis-rb/redis-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: "../"
15 changes: 10 additions & 5 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 39eca15

Please sign in to comment.