From 1e795d58c1e05ebdfbdd643990c1be6fe20da061 Mon Sep 17 00:00:00 2001 From: anhnguyen1618 Date: Thu, 5 Oct 2023 13:22:36 +0300 Subject: [PATCH] [build] Fix cocoapods installation --- Tests/Integration/CocoaPods/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/Integration/CocoaPods/Gemfile b/Tests/Integration/CocoaPods/Gemfile index 8308684..bafdd76 100644 --- a/Tests/Integration/CocoaPods/Gemfile +++ b/Tests/Integration/CocoaPods/Gemfile @@ -1,2 +1,4 @@ source 'https://rubygems.org' gem 'cocoapods' +# activesupport-7.1.0 causes the following error: https://app.circleci.com/pipelines/github/mapbox/mapbox-common-ios/698/workflows/41765281-efa2-44f7-ae02-dfeb308224f4/jobs/1891 +gem 'activesupport', '7.0.8'