From 31cc4ddc5e92316896014b632d38749d7cede19a Mon Sep 17 00:00:00 2001 From: Janell-Huyck Date: Wed, 17 Jan 2024 13:11:24 -0500 Subject: [PATCH] Upgrade to Ruby 3.3.0, run bundle install --- .circleci/config.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 43 ++++++++++++++++++++++++++++++++----------- 4 files changed, 35 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 80cca670..56293e04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: build: docker: # specify the version you desire here - - image: cimg/ruby:3.2.2 + - image: cimg/ruby:3.3.0 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images diff --git a/.ruby-version b/.ruby-version index be94e6f5..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/Gemfile b/Gemfile index 9a6391ef..f320cc20 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +ruby '3.3.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.7.6' diff --git a/Gemfile.lock b/Gemfile.lock index 86a843f8..a0c3e5da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,12 +60,12 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - airbrussh (1.4.2) + airbrussh (1.5.1) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) - autoprefixer-rails (10.4.15.0) + autoprefixer-rails (10.4.16.0) execjs (~> 2) bcrypt_pbkdf (1.1.0) bindex (0.8.1) @@ -123,7 +123,7 @@ GEM thor (~> 1.2) tins (~> 1.32) crass (1.0.6) - date (3.3.3) + date (3.3.4) diff-lcs (1.5.0) docile (1.4.0) dotenv (2.8.1) @@ -172,8 +172,9 @@ GEM mini_mime (1.1.5) minitest (5.21.2) msgpack (1.7.2) + mutex_m (0.2.0) mysql2 (0.5.5) - net-imap (0.3.7) + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) @@ -182,12 +183,22 @@ GEM timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) + net-sftp (4.0.0) + net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.4.0.1) net-protocol - net-ssh (7.2.0) + net-ssh (7.2.1) nio4r (2.7.0) + nokogiri (1.16.0-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.0-arm-linux) + racc (~> 1.4) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86-linux) + racc (~> 1.4) + nokogiri (1.16.0-x86_64-darwin) + racc (~> 1.4) nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) pagy (6.4.3) @@ -196,7 +207,7 @@ GEM ast (~> 2.4.1) racc popper_js (2.11.8) - public_suffix (5.0.3) + public_suffix (5.0.4) puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) @@ -308,10 +319,16 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + sqlite3 (1.7.0-aarch64-linux) + sqlite3 (1.7.0-arm-linux) sqlite3 (1.7.0-arm64-darwin) + sqlite3 (1.7.0-x86-linux) + sqlite3 (1.7.0-x86_64-darwin) sqlite3 (1.7.0-x86_64-linux) - sshkit (1.21.5) + sshkit (1.22.0) + mutex_m net-scp (>= 1.1.2) + net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) sync (0.5.0) term-ansicolor (1.7.1) @@ -346,7 +363,11 @@ GEM zeitwerk (2.6.12) PLATFORMS - arm64-darwin-22 + aarch64-linux + arm-linux + arm64-darwin + x86-linux + x86_64-darwin x86_64-linux DEPENDENCIES @@ -395,7 +416,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.0p0 BUNDLED WITH - 2.4.10 + 2.5.3