From f57db3bf8f8394411559b3251f7443feaef6176e Mon Sep 17 00:00:00 2001 From: TheNeedful-DO Date: Mon, 4 Dec 2023 12:42:40 +0000 Subject: [PATCH] Upgrade to ruby 3.2.2 --- .ruby-version | 2 +- Gemfile | 5 +---- Gemfile.lock | 14 ++++---------- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1f7da99d..be94e6f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.7 +3.2.2 diff --git a/Gemfile b/Gemfile index c47456a6..dd8c83ae 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.7.7' +ruby '3.2.2' gem 'rails', '~> 7.0' # TODO Upgrade sprockets gem 'redis', '~> 4.0' @@ -89,6 +89,3 @@ gem 'delayed_job_active_record' gem 'daemons' gem "activejob-status", "~> 1.0" -gem "net-http" -gem "net-smtp" -gem "net-imap" diff --git a/Gemfile.lock b/Gemfile.lock index c32cab8a..a738b596 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM railties (>= 3.2) drb (2.2.0) ruby2_keywords - dry-core (1.0.0) + dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) dry-inflector (1.0.0) @@ -336,8 +336,6 @@ GEM multipart-post (2.3.0) mutex_m (0.2.0) nenv (0.3.0) - net-http (0.4.0) - uri net-imap (0.4.7) date net-protocol @@ -501,7 +499,7 @@ GEM tilt sdoc (2.6.1) rdoc (>= 5.0) - selenium-webdriver (4.9.0) + selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -552,7 +550,6 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) - uri (0.13.0) warden (1.2.9) rack (>= 2.0.9) webdrivers (5.3.1) @@ -617,9 +614,6 @@ DEPENDENCIES jquery-rails jquery-ui-rails launchy - net-http - net-imap - net-smtp net-ssh (>= 4.0.0) parallel_tests pg @@ -655,7 +649,7 @@ DEPENDENCIES will_paginate RUBY VERSION - ruby 2.7.7p221 + ruby 3.2.2p53 BUNDLED WITH - 2.1.4 + 2.4.22