test/Gemfile: add ronn.
This now gets installed into the same place with or without a Bundler installation but this saves an extra install for `brew test-bot` or people running `brew man` after `brew tests`.
This commit is contained in:
parent
47bebcdeca
commit
49273c1997
@ -9,6 +9,10 @@ gem "rspec-retry", require: false
|
||||
gem "rspec-wait", require: false
|
||||
gem "rubocop", HOMEBREW_RUBOCOP_VERSION
|
||||
|
||||
group :development do
|
||||
gem "ronn", require: false
|
||||
end
|
||||
|
||||
group :coverage do
|
||||
gem "codecov", require: false
|
||||
gem "simplecov", require: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user