Skip to content

Commit

Permalink
Update connection_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gomez committed Nov 21, 2023
1 parent 5fe5b60 commit 79a8ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
simple_redlock (0.1.0)
connection_pool (~> 2.2.5)
connection_pool (>= 2.3.0)
redis (~> 4.6.0)

GEM
remote: https://rubygems.org/
specs:
connection_pool (2.2.5)
connection_pool (2.4.1)
diff-lcs (1.5.0)
rake (13.0.6)
redis (4.6.0)
Expand Down
2 changes: 1 addition & 1 deletion simple_redlock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'redis', '~> 4.6.0'
spec.add_dependency 'connection_pool', '~> 2.2.5'
spec.add_dependency 'connection_pool', '>= 2.3.0'

spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 79a8ea4

Please sign in to comment.