Skip to content

Commit

Permalink
Merge pull request #3 from potloc/DEVOPS-583-bump-redlock
Browse files Browse the repository at this point in the history
  • Loading branch information
TiuSh authored Aug 1, 2023
2 parents 8ada90c + cefd13c commit 878e933
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ PATH
remote: .
specs:
potlock (0.2.1)
redlock (~> 1.2)
redlock (~> 1.3)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
connection_pool (2.4.1)
diff-lcs (1.4.4)
mock_redis (0.29.0)
ruby2_keywords
Expand All @@ -16,9 +17,12 @@ GEM
ast (~> 2.4.1)
rainbow (3.0.0)
rake (13.0.6)
redis (4.5.1)
redlock (1.2.2)
redis (>= 3.0.0, < 5.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.10.0)
Expand Down
2 changes: 1 addition & 1 deletion potlock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.add_dependency "redlock", "~> 1.2"
spec.add_dependency "redlock", "~> 1.3"

spec.add_development_dependency "mock_redis", "~> 0.2"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 878e933

Please sign in to comment.