Skip to content

Commit c5ed05e

Browse files
committed
Pin activesupport to 7.0.8 to make cocoapods work again
1 parent eb124f2 commit c5ed05e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source "https://rubygems.org"
22

33
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'
49

510
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
611
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 commit comments

Comments
 (0)