From 46a24f7e7744b483f1de88b0c26a8d22161a2242 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 24 Nov 2021 17:23:06 +0100 Subject: [PATCH] [rubygems/rubygems] Update main.yml.tt https://github.com/rubygems/rubygems/commit/3260173c59 --- lib/bundler/templates/newgem/github/workflows/main.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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