From 18e704eb454276af422479947d70f740bf4241b1 Mon Sep 17 00:00:00 2001 From: Stuart Chinery <163900+schinery@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:22:37 +0100 Subject: [PATCH] Bumped Ruby to 3.3.4 (#163) --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- Gemfile | 5 ----- Gemfile.lock | 13 +++---------- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21c3cfa..993da11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: "3.3.3" + ruby-version: "3.3.4" - run: bundle exec rubocop - run: bundle exec rake test 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 b/Gemfile index 9122fd7..d5e26ef 100644 --- a/Gemfile +++ b/Gemfile @@ -2,11 +2,6 @@ source "https://rubygems.org" -# Needed until Ruby 3.3.4 is released -# * https://github.com/ruby/net-pop/issues/26 -# * https://github.com/ruby/ruby/pull/11006 -gem "net-pop", github: "ruby/net-pop", tag: "v0.1.2" - gemspec group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9a672ec..39d7fa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: https://github.com/ruby/net-pop.git - revision: 9181fd5bd3d70e9144d04fbb2d2887378bb03ba0 - tag: v0.1.2 - specs: - net-pop (0.1.2) - net-protocol - PATH remote: . specs: @@ -134,6 +126,8 @@ GEM net-imap (0.4.14) date net-protocol + net-pop (0.1.2) + net-protocol net-protocol (0.2.2) timeout net-smtp (0.5.0) @@ -273,11 +267,10 @@ PLATFORMS DEPENDENCIES boxt_rubocop! - net-pop! rails (>= 7.0.2.3, < 8) rake (~> 13.2) rspec (~> 3.13) simplecov (~> 0.22) BUNDLED WITH - 2.5.13 + 2.5.14