From cc1917fe8bf6c62231dfc53c014a7a0a7603c6df Mon Sep 17 00:00:00 2001 From: Sharon Rosner Date: Tue, 7 Jan 2025 08:08:10 +0100 Subject: [PATCH] Update Ruby version matrix --- .github/workflows/test.yml | 2 +- .gitignore | 2 +- Gemfile.lock | 35 ----------------------------------- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1abfb7e..0a64362 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['3.0', 3.1, 3.2] + ruby: [3.2, 3.3, 3.4] name: >- ${{matrix.os}}, ${{matrix.ruby}} diff --git a/.gitignore b/.gitignore index e3200e0..e93407a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,7 @@ build-iPhoneSimulator/ # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock +Gemfile.lock # .ruby-version # .ruby-gemset diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index f664407..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,35 +0,0 @@ -PATH - remote: . - specs: - qeweney (0.19) - escape_utils (~> 1.3.0) - -GEM - remote: https://rubygems.org/ - specs: - ansi (1.5.0) - benchmark-ips (2.8.4) - builder (3.3.0) - escape_utils (1.3.0) - minitest (5.11.3) - minitest-reporters (1.4.3) - ansi - builder - minitest (>= 5.0) - ruby-progressbar - rake (12.3.3) - ruby-progressbar (1.13.0) - -PLATFORMS - ruby - x86_64-linux - -DEPENDENCIES - benchmark-ips (~> 2.8.3) - minitest (~> 5.11.3) - minitest-reporters (~> 1.4.2) - qeweney! - rake (~> 12.3.3) - -BUNDLED WITH - 2.5.22