Skip to content

Commit 8af34d0

Browse files
authored
build: release 0.8.0 (#345)
1 parent 364e5bc commit 8af34d0

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.7.11'
6+
s.version = '0.8.0'
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.12'
16+
s.add_runtime_dependency 'redis-client', '~> 0.22'
1717
end

0 commit comments

Comments
 (0)