From b9100647f12f91b51f22df0de1488f96a5d149d1 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Wed, 23 Jul 2025 19:21:52 +0200 Subject: [PATCH 1/2] ruby 3.4.5 --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index fa7adc7..4f5e697 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.4.5 diff --git a/Gemfile.lock b/Gemfile.lock index 991b6fa..93f4817 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,4 +104,4 @@ DEPENDENCIES support_engine! BUNDLED WITH - 2.6.3 + 2.7.1 From 3e4df6db3a87f6f2f3ff1afae94011347d7fdc6e Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Wed, 23 Jul 2025 19:23:06 +0200 Subject: [PATCH 2/2] more --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bbc1e9..d6b0703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +--- name: ci jobs: @@ -9,9 +10,9 @@ jobs: fail-fast: false matrix: ruby: - - '3.3' + - '3.4' include: - - ruby: '3.3' + - ruby: '3.4' coverage: 'true' steps: @@ -38,7 +39,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: 3.4 - name: Install latest bundler run: gem install bundler --no-document - name: Install Diffend plugin