Skip to content

Commit 880ecc1

Browse files
authored
build: release 0.3.15 (#183)
1 parent 1805e7d commit 880ecc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis-cluster-client.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'redis-cluster-client'
55
s.summary = 'A Redis cluster client for Ruby'
6-
s.version = '0.3.14'
6+
s.version = '0.3.15'
77
s.license = 'MIT'
88
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
99
s.authors = ['Taishi Kasuga']
@@ -13,5 +13,5 @@ Gem::Specification.new do |s|
1313
s.metadata['allowed_push_host'] = 'https://rubygems.org'
1414
s.files = Dir['lib/**/*.rb']
1515

16-
s.add_runtime_dependency 'redis-client', '>= 0.10.0'
16+
s.add_runtime_dependency 'redis-client', '~> 0.11'
1717
end

0 commit comments

Comments
 (0)