summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/standard.yml.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/standard.yml.tt')
-rw-r--r--lib/bundler/templates/newgem/standard.yml.tt5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/bundler/templates/newgem/standard.yml.tt b/lib/bundler/templates/newgem/standard.yml.tt
index e720f41031..a0696cd2e9 100644
--- a/lib/bundler/templates/newgem/standard.yml.tt
+++ b/lib/bundler/templates/newgem/standard.yml.tt
@@ -1,4 +1,3 @@
# For available configuration options, see:
-# https://github.com/testdouble/standard
-
-default_ignores: false
+# https://github.com/standardrb/standard
+ruby_version: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %>