We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349ddb1 commit a69c3fcCopy full SHA for a69c3fc
Gemfile
@@ -9,6 +9,5 @@ gem 'rake'
9
gem 'rubocop', '~> 1.25.1'
10
gem 'mocha'
11
12
-# RESP2 supportnot yet released
13
-gem 'redis-client', github: 'redis-rb/redis-client'
14
-gem 'hiredis-client', github: 'redis-rb/redis-client'
+gem 'redis-client'
+gem 'hiredis-client', platform: :ruby
redis.gemspec
@@ -45,5 +45,5 @@ Gem::Specification.new do |s|
45
46
s.required_ruby_version = '>= 2.5.0'
47
48
- s.add_runtime_dependency('redis-client')
+ s.add_runtime_dependency('redis-client', '~> 0.6')
49
end
0 commit comments