Skip to content

Commit

Permalink
Fixed redis version for oldest ruby test
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Oct 22, 2023
1 parent ef4c80b commit b001284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fruit_juice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

if RUBY_VERSION >= "2.3.0"
spec.add_dependency "redis", ">= 4.3.0"
spec.add_dependency "redis", ">= 4.2.0"
else
spec.add_dependency "redis", "4.2.0"
spec.add_dependency "redis", "4.1.0"
spec.add_dependency "thor", "1.2.2"
end

Expand Down

0 comments on commit b001284

Please sign in to comment.