From 6515031a710966c8cd78e78ee645203ba3908007 Mon Sep 17 00:00:00 2001 From: Naftali Beder Date: Thu, 12 Sep 2024 11:18:29 -0500 Subject: [PATCH] Fix syntax error --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index ef166088e..eb84ae6d5 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -4,5 +4,5 @@ source 'https://rubygems.org' ruby '2.7.4' # Exclude problematic versions of cocoapods and activesupport that causes build failures. -gem 'cocoapods', '=> 1.13', '!= 1.15.0', '!= 1.15.1' +gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.3', '!= 7.1.0'