diff options
| author | Utkarsh Gupta <utkarsh@debian.org> | 2020-06-30 13:46:25 +0530 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-15 16:05:12 +0900 |
| commit | 281898ed6c9a6f4f1e62acf1f4df0c7dcfc741e3 (patch) | |
| tree | cec4b3f84a94416be80f7eeb2da200da14fcd1a9 /include/ruby/ruby.h | |
| parent | 8c65f612f4e4caaecfd3291907f48c9e075c0319 (diff) | |
[rubygems/rubygems] Fix Rakefile to make Style/SymbolArray happy
In case of multiple Rake tasks, the default tasks would
look something like this:
`task default: [:spec, :rubocop]`
Instead, they should use %i and look something like this:
`task default: %i[spec rubocop]`
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
https://github.com/rubygems/rubygems/commit/487ecd59ce
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3275
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions
