Skip to content

Commit

Permalink
require git versions >= 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Jul 25, 2024
1 parent d539367 commit b9642c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiet_quality.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
.map { |path| path.sub(/^bin\//, "") }
end

spec.add_dependency "git", "~> 1.18"
spec.add_dependency "git", ">= 1.18"
spec.add_dependency "git_diff_parser", "~> 4"

spec.add_development_dependency "rspec", "~> 3.13"
Expand Down

0 comments on commit b9642c9

Please sign in to comment.