From 365d5d578a70ca207f5be740a17baaee3ae9cd6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:16:27 +0000 Subject: [PATCH] Update dependency activesupport to v8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ba47761a..54b3f961 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby ">= 3.2" gem 'cocoapods', '~> 1.16.2' -gem 'activesupport', '~> 7.0', '>= 7.2.2.2' +gem 'activesupport', '~> 8.0', '>= 8.0.3' gem 'cocoapods-core', '~> 1.15', '>= 1.15.2' gem 'rexml', '~> 3.4.2' # Explicitly include rexml to resolve conflicts