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'