We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1805e7d commit 880ecc1Copy full SHA for 880ecc1
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.3.14'
+ s.version = '0.3.15'
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.10.0'
+ s.add_runtime_dependency 'redis-client', '~> 0.11'
17
end
0 commit comments