Skip to content

Commit ca721fd

Browse files
committed
Ignore dependencies when uninstalling activesupport
1 parent 54af931 commit ca721fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# more details here - https://github.com/CocoaPods/CocoaPods/issues/12081
104104
# allegedly, this issue is resolved in https://github.com/CocoaPods/CocoaPods/pull/12082,
105105
# pinning can be removed after the above fix is released
106-
gem uninstall activesupport --version '>= 7.0.8'
106+
gem uninstall activesupport --version '>= 7.0.8' --ignore-dependencies
107107
gem install activesupport '7.0.8'
108108
- flutter/install_sdk_and_pub:
109109
version: 3.13.6

0 commit comments

Comments
 (0)