From 6483e8589cbe6fe02c8710fb5f36cd648cd69bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Mon, 16 Dec 2024 15:52:59 +0100 Subject: [PATCH] Update Rails versions to test against 6.1 is EOL and 8.0 is the current version. --- Gemfile.lock | 10 +++++----- gemfiles/activesupport_6.1.gemfile | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 gemfiles/activesupport_6.1.gemfile diff --git a/Gemfile.lock b/Gemfile.lock index fa4c355..97e4a48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,19 +7,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.5) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) base64 (0.2.0) benchmark (0.3.0) @@ -34,7 +34,6 @@ GEM language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.4) - mutex_m (0.2.0) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) @@ -77,6 +76,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (1.0.2) PLATFORMS ruby diff --git a/gemfiles/activesupport_6.1.gemfile b/gemfiles/activesupport_6.1.gemfile deleted file mode 100644 index 7864705..0000000 --- a/gemfiles/activesupport_6.1.gemfile +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true - -@activesupport_gem_requirement = "~> 7.1.0" - -eval_gemfile "../Gemfile"