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