Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Jun 15, 2023
1 parent 2cad92c commit b874aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/redlock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Redlock
VERSION = '2.0.1'
VERSION = '2.0.2'
end
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'
spec.add_dependency 'redis-client', '~> 0.14.1'

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

0 comments on commit b874aed

Please sign in to comment.