Skip to content

Commit

Permalink
πŸ’š Constrain overcommit to Ruby 2.4+
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed May 3, 2022
1 parent 0cab2b3 commit 7a6ab7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ linting = minimum_version.call("2.0")
danger = minimum_version.call("2.7")
coverage = minimum_version.call("2.7")
debug = minimum_version.call("2.4")
overcommit = minimum_version.call("2.4")
if overcommit
gem "overcommit", "~> 0.58"
end
if danger
gem "danger", "~> 8.4"
end
if linting
gem "overcommit", "~> 0.58"
gem "rubocop-md"
gem "rubocop-minitest"
gem "rubocop-ruby2_0", "~> 1.0"
Expand Down

0 comments on commit 7a6ab7d

Please sign in to comment.