Skip to content

Commit

Permalink
Added older version of thor for Ruby 2.2.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Oct 22, 2023
1 parent b1cd473 commit ef4c80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FruitJuice is a job enqueuing adapter for the [mosquito background job processor

## Requirements

Ruby 2.7+
Ruby 2.2.3+
Mosquito 1.0.0.rc1+
Crystal 1.0.0+
Redis 4+
Expand Down
1 change: 1 addition & 0 deletions fruit_juice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "redis", ">= 4.3.0"
else
spec.add_dependency "redis", "4.2.0"
spec.add_dependency "thor", "1.2.2"
end

if RUBY_VERSION >= "2.3.0"
Expand Down

0 comments on commit ef4c80b

Please sign in to comment.