We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e5bc commit 8af34d0Copy full SHA for 8af34d0
redis-cluster-client.gemspec
@@ -3,7 +3,7 @@
3
Gem::Specification.new do |s|
4
s.name = 'redis-cluster-client'
5
s.summary = 'A Redis cluster client for Ruby'
6
- s.version = '0.7.11'
+ s.version = '0.8.0'
7
s.license = 'MIT'
8
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
9
s.authors = ['Taishi Kasuga']
@@ -13,5 +13,5 @@ Gem::Specification.new do |s|
13
s.metadata['allowed_push_host'] = 'https://rubygems.org'
14
s.files = Dir['lib/**/*.rb']
15
16
- s.add_runtime_dependency 'redis-client', '~> 0.12'
+ s.add_runtime_dependency 'redis-client', '~> 0.22'
17
end
0 commit comments