From 4f1e0cc006edf558863b1f2b3306f4031675adb9 Mon Sep 17 00:00:00 2001 From: Rosa Gutierrez Date: Wed, 13 Nov 2024 11:06:20 +0100 Subject: [PATCH] Update Ruby to workaround a bug in `net-pop` gemspec in Ruby 3.3.3 --- .github/workflows/build.yml | 4 ++-- .ruby-version | 2 +- Gemfile.lock | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6553e3a..90f4e35 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: 3.3.3 + ruby-version: 3.3.4 bundler-cache: true - name: Run rubocop run: | @@ -53,7 +53,7 @@ jobs: - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.3 + ruby-version: 3.3.4 bundler-cache: true - name: Setup test database env: diff --git a/.ruby-version b/.ruby-version index 619b537..a0891f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.4 diff --git a/Gemfile.lock b/Gemfile.lock index a214766..819b319 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,6 +141,7 @@ GEM date net-protocol net-pop (0.1.2) + net-protocol net-protocol (0.2.2) timeout net-smtp (0.4.0) @@ -275,4 +276,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.2.33 + 2.5.23