From 6ed8d9f89f500dc9cf2ff0798356ac2ddc64c1fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 21:41:35 +0000 Subject: [PATCH 1/2] Initial plan From eb9ce001810f5ae2b3c0392184130d41905d5622 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 21:42:55 +0000 Subject: [PATCH 2/2] fix: update CI Ruby version from 2.7.8 to 3.2 and align .ruby-version Agent-Logs-Url: https://github.com/cliffe/BreakEscape/sessions/560148a5-0700-4dc4-86e2-1d563fa28965 Co-authored-by: cliffe <670192+cliffe@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .ruby-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b80b1acf..7afff1bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: env: BUNDLE_BUILD__SQLITE3: "--enable-system-libraries" with: - ruby-version: 2.7.8 + ruby-version: 3.2 bundler-cache: true - name: Lint code for consistent style @@ -41,7 +41,7 @@ jobs: env: BUNDLE_BUILD__SQLITE3: "--enable-system-libraries" with: - ruby-version: 2.7.8 + ruby-version: 3.2 bundler-cache: true - name: Run tests diff --git a/.ruby-version b/.ruby-version index 6a81b4c8..a3ec5a4b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.8 +3.2