1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Add blank lines to make Bundler/OrderedGems happy

If the blank lines aren't used, then rubocop tries to
sort them in alphabetical order within their section.
Thus, adding lines so rubocop considers them as
different sections and doesn't try to sort them.

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>

cf44b18f0f
This commit is contained in:
Utkarsh Gupta 2020-06-30 13:58:14 +05:30 committed by Hiroshi SHIBATA
parent 281898ed6c
commit 95f90e3d2b
Notes: git 2020-07-15 16:05:46 +09:00

View file

@ -9,9 +9,11 @@ gem "rake", "~> 13.0"
<%- if config[:ext] -%>
gem "rake-compiler"
<%- end -%>
<%- if config[:test] -%>
gem "<%= config[:test] %>", "~> <%= config[:test_framework_version] %>"
<%- end -%>
<%- if config[:rubocop] -%>
gem "rubocop", "~> 0.80"
<%- end -%>