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.
1 parent eb124f2 commit c5ed05eCopy full SHA for c5ed05e
Gemfile
@@ -1,6 +1,11 @@
1
source "https://rubygems.org"
2
3
gem "fastlane"
4
+# activesupport was pinned because of Cocoapods being incompatible with active support 7.0.10,
5
+# more details here - https://github.com/CocoaPods/CocoaPods/issues/12081
6
+# allegedly, this issue is resolved in https://github.com/CocoaPods/CocoaPods/pull/12082,
7
+# pinning can be removed after the above fix is released
8
+gem 'activesupport', '7.0.8'
9
10
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
11
eval_gemfile(plugins_path) if File.exist?(plugins_path)
0 commit comments