From f94f28481b8450c0dfa18304be420fd969321b7e Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Fri, 21 Feb 2025 09:00:24 -0500 Subject: [ruby/rubygems] remove outdated rubies https://github.com/ruby/rubygems/commit/98a50203cb --- lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt b/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt index 2c387f0c14..c3fca937f6 100644 --- a/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt +++ b/lib/bundler/templates/newgem/github/workflows/build-gems.yml.tt @@ -20,7 +20,7 @@ jobs: supported-ruby-platforms: | exclude: ["arm-linux", "x64-mingw32"] stable-ruby-versions: | - exclude: ["2.5", "2.6", "2.7", "head"] + exclude: ["head"] source-gem: runs-on: ubuntu-latest -- cgit v1.2.3