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