From 63092a10d71b643734808e83905b75b1aff69759 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 21 Apr 2026 20:41:11 +0200 Subject: [PATCH] CI: Stop testing Ruby 2.0 on Ubuntu 22 Gem::InstallError: gzip error installing /home/runner/work/crate_ruby/crate_ruby/vendor/bundle/cache/rspec-core-3.13.6.gem An error occurred while installing rspec-core (3.13.6), and Bundler cannot continue. Make sure that `gem install rspec-core -v '3.13.6' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: rspec was resolved to 3.13.2, which depends on rspec-core Error: Process completed with exit code 5. --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51412c2..063593d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,9 @@ jobs: "4.0", "head", ] + exclude: + - os: "ubuntu-22.04" + ruby-version: "2.0" name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }} steps: