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:
Mike McQuaid 2018-09-18 21:23:43 +01:00
parent 47bebcdeca
commit 49273c1997
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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