summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/standard.yml.tt
blob: a0696cd2e9afa63b73628812e6c80da2924adf93 (plain)
1
2
3
# For available configuration options, see:
#   https://github.com/standardrb/standard
ruby_version: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %>