We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cab2b3 commit 7a6ab7dCopy full SHA for 7a6ab7d
Gemfile
@@ -15,11 +15,14 @@ linting = minimum_version.call("2.0")
15
danger = minimum_version.call("2.7")
16
coverage = minimum_version.call("2.7")
17
debug = minimum_version.call("2.4")
18
+overcommit = minimum_version.call("2.4")
19
+if overcommit
20
+ gem "overcommit", "~> 0.58"
21
+end
22
if danger
23
gem "danger", "~> 8.4"
24
end
25
if linting
- gem "overcommit", "~> 0.58"
26
gem "rubocop-md"
27
gem "rubocop-minitest"
28
gem "rubocop-ruby2_0", "~> 1.0"
0 commit comments