We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 985892c + f1d9bd5 commit aa8a9dcCopy full SHA for aa8a9dc
example/Gemfile
@@ -4,9 +4,9 @@ source 'https://rubygems.org'
4
ruby ">= 2.6.10"
5
6
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7
-gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
+gem 'cocoapods', '>= 1.16.0'
8
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9
-gem 'xcodeproj', '< 1.26.0'
+gem 'xcodeproj', '~> 1.26'
10
gem 'concurrent-ruby', '< 1.3.4'
11
12
# Ruby 3.4.0 has removed some libraries from the standard library.
0 commit comments