diff --git a/Gemfile b/Gemfile index 4a74f5363ad2..2c89f021d804 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" ruby ">= 3.3.4" gem "cocoapods", "= 1.16.2" -gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' +gem 'activesupport', '>= 7.2.3.1' gem 'xcodeproj', '~> 1.27' gem "fastlane", "~> 2", ">= 2.229.0" gem "xcpretty", "~> 0" diff --git a/Gemfile.lock b/Gemfile.lock index 769319b16842..79e9f4f0114c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (3.0.8) abbrev (0.1.2) - activesupport (7.2.3) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -322,7 +322,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (>= 6.1.7.5, != 7.1.0) + activesupport (>= 7.2.3.1) benchmark bigdecimal cocoapods (= 1.16.2)