We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506ca3 commit c86f056Copy full SHA for c86f056
1 file changed
formulus/Gemfile
@@ -6,7 +6,7 @@ ruby ">= 2.6.10"
6
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9
-gem 'xcodeproj', '< 1.26.0'
+gem 'xcodeproj', '< 1.27.1'
10
gem 'concurrent-ruby', '< 1.3.4'
11
12
# Ruby 3.4.0 has removed some libraries from the standard library.
0 commit comments