summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-11-24 17:23:06 +0100
committergit <svn-admin@ruby-lang.org>2021-12-01 07:15:18 +0900
commit46a24f7e7744b483f1de88b0c26a8d22161a2242 (patch)
tree21aed5ea8dc9811fefc27ef46df83bc06d2226fe /lib/bundler/templates/newgem
parenta7fd639423dba631900d1d4f395d805cf0d97d5e (diff)
[rubygems/rubygems] Update main.yml.tt
https://github.com/rubygems/rubygems/commit/3260173c59
Diffstat (limited to 'lib/bundler/templates/newgem')
-rw-r--r--lib/bundler/templates/newgem/github/workflows/main.yml.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/github/workflows/main.yml.tt b/lib/bundler/templates/newgem/github/workflows/main.yml.tt
index 2d77410151..774cb263bf 100644
--- a/lib/bundler/templates/newgem/github/workflows/main.yml.tt
+++ b/lib/bundler/templates/newgem/github/workflows/main.yml.tt
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- - '<%= RUBY_VERSION.split(".").take(2).join(".") %>'
+ - '<%= RUBY_VERSION %>'
steps:
- uses: actions/checkout@v2