diff --git a/Gemfile.lock b/Gemfile.lock index 3d0980c..bc4b188 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redlock (0.2.2) + redlock (1.0.0) redis (>= 3.0.0, < 5.0) GEM @@ -17,7 +17,7 @@ GEM docile (1.3.1) json (2.1.0) rake (11.3.0) - redis (4.0.1) + redis (4.0.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -51,4 +51,4 @@ DEPENDENCIES rspec (~> 3, >= 3.0.0) BUNDLED WITH - 1.16.2 + 1.17.2 diff --git a/lib/redlock/version.rb b/lib/redlock/version.rb index ec6a701..04261e1 100644 --- a/lib/redlock/version.rb +++ b/lib/redlock/version.rb @@ -1,3 +1,3 @@ module Redlock - VERSION = '0.2.2' + VERSION = '1.0.0' end