From 3e28ba4fe7e188139ce0df04f49ac7dbf04161a4 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 17 Jul 2024 10:48:59 +0200 Subject: [PATCH] Bump Ruby --- .github/workflows/build.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc95b33..a604cc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + ruby-version: 3.3.3 bundler-cache: true - name: Run rubocop run: | diff --git a/.ruby-version b/.ruby-version index fbafd6b..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.2 \ No newline at end of file +3.3.3