Skip to content

Commit

Permalink
update redis-client version pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvCW committed Aug 2, 2023
1 parent 8f895d7 commit fc7a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redlock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'redis-client', '~> 0.14.1'
spec.add_dependency 'redis-client', '>= 0.14.1', '< 1.0.0'

spec.add_development_dependency 'connection_pool', '~> 2.2'
spec.add_development_dependency 'coveralls', '~> 0.8'
Expand Down

0 comments on commit fc7a1d1

Please sign in to comment.