Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Oct 14, 2022
1 parent b5c80c0 commit 37955cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
redlock (1.3.0)
redlock (1.3.1)
redis (>= 3.0.0, < 6.0)

GEM
remote: https://rubygems.org/
specs:
connection_pool (2.2.5)
connection_pool (2.3.0)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -18,23 +18,23 @@ GEM
docile (1.4.0)
json (2.3.1)
rake (13.0.6)
redis (5.0.2)
redis-client (~> 0.7)
redis-client (0.7.3)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.10.0)
connection_pool
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec-support (3.11.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down
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 = '1.3.0'
VERSION = '1.3.1'
end

0 comments on commit 37955cd

Please sign in to comment.