From 34d81c7bdd3b5f4b3df195af2b94a89da36ad213 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Fri, 3 Oct 2025 13:11:11 -1000 Subject: [PATCH] Update Ruby version from 3.3.4 to 3.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .ruby-version | 2 +- Gemfile | 7 +------ Gemfile.lock | 14 +++----------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f563..6cb9d3dd0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.4.3 diff --git a/Gemfile b/Gemfile index 3cad0baed..224ebd661 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.4" +ruby "3.4.3" gem "react_on_rails", "16.1.1" gem "shakapacker", "9.0.0.beta.8" @@ -45,11 +45,6 @@ gem "autoprefixer-rails" gem "awesome_print" -# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006 -# Related issue: https://github.com/ruby/net-pop/issues/26 -# TODO: When Ruby 3.3.4 is released, upgrade Ruby and remove this line -gem "net-pop", github: "ruby/net-pop" - gem "redcarpet" # jquery as the JavaScript library has been moved under /client and managed by npm. diff --git a/Gemfile.lock b/Gemfile.lock index 3bb28892c..2c5191dcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: https://github.com/ruby/net-pop.git - revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733 - specs: - net-pop (0.1.2) - net-protocol - GEM remote: https://rubygems.org/ specs: @@ -148,8 +141,6 @@ GEM factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.17.0) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-linux-gnu) foreman (0.88.1) generator_spec (0.10.0) activesupport (>= 3.0.0) @@ -195,6 +186,8 @@ GEM net-imap (0.5.10) date net-protocol + net-pop (0.1.2) + net-protocol net-protocol (0.2.2) timeout net-smtp (0.5.1) @@ -474,7 +467,6 @@ DEPENDENCIES jbuilder launchy listen - net-pop! pg pry pry-byebug @@ -508,7 +500,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.4p94 + ruby 3.4.3p32 BUNDLED WITH 2.4.17