Current File : //opt/alt/ruby33/share/gems/gems/bundler-2.5.11/lib/bundler/templates/newgem/rubocop.yml.tt
AllCops:
  TargetRubyVersion: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %>

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes