Skip to content

Commit

Permalink
Update redis version in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Mar 29, 2024
1 parent 248dcd6 commit 311b2ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
connection_pool (2.3.0)
connection_pool (2.4.1)
diff-lcs (1.5.0)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.12.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.21.1)
connection_pool
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -31,7 +31,7 @@ PLATFORMS

DEPENDENCIES
gcra!
redis (~> 5.0.5)
redis (~> 5.1)
rspec (~> 3.12)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gcra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'rspec', '~> 3.12'
spec.add_development_dependency 'redis', '~> 5.0.5'
spec.add_development_dependency 'redis', '~> 5.1'
end

0 comments on commit 311b2ae

Please sign in to comment.