Allow a trailing comment as a description comment for `Bundler/GemComment` by pocke · Pull Request #8537 · rubocop/rubocop

Bundler/GemComment cop isn't aware of trailing comments. # Gemfile # It is allowed # It's a cool gem gem 'rubocop' # But it is not allowed gem 'rubocop' # It's a c...