We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d9366 commit 1821baeCopy full SHA for 1821bae
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- redlock (1.0.0)
+ redlock (1.0.1)
5
redis (>= 3.0.0, < 5.0)
6
7
GEM
@@ -17,7 +17,7 @@ GEM
17
docile (1.3.1)
18
json (2.1.0)
19
rake (11.3.0)
20
- redis (4.0.3)
+ redis (4.1.1)
21
rspec (3.5.0)
22
rspec-core (~> 3.5.0)
23
rspec-expectations (~> 3.5.0)
lib/redlock/version.rb
@@ -1,3 +1,3 @@
module Redlock
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
end
0 commit comments