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:
parent
281898ed6c
commit
95f90e3d2b
Notes:
git
2020-07-15 16:05:46 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue