From ce551e9b79d469d109910005b50b37c95794b185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:24:06 +0000 Subject: [PATCH] Update dependency activesupport to v8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ea94cae..e565cb0 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby ">= 3.2" gem 'cocoapods', '~> 1.16.2' -gem 'activesupport', '~> 7.2', '>= 7.2.1' +gem 'activesupport', '~> 8.0', '>= 8.0.1' gem 'cocoapods-core', '~> 1.15', '>= 1.15.2' gem 'rexml', '~> 3.4.0' # Explicitly include rexml to resolve conflicts