Skip to content

Commit

Permalink
Merge pull request #130 from nevinera/zmariscal--update-git-gem-const…
Browse files Browse the repository at this point in the history
…raint

Update git gem constraint
  • Loading branch information
nevinera authored Jul 25, 2024
2 parents 81228f8 + b9642c9 commit 2ef1680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Gemfile.lock
*.gem
coverage/
tmp/*
.DS_Store
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 2ef1680

Please sign in to comment.