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 54af931 commit ca721fdCopy full SHA for ca721fd
.circleci/config.yml
@@ -103,7 +103,7 @@ jobs:
103
# more details here - https://github.com/CocoaPods/CocoaPods/issues/12081
104
# allegedly, this issue is resolved in https://github.com/CocoaPods/CocoaPods/pull/12082,
105
# pinning can be removed after the above fix is released
106
- gem uninstall activesupport --version '>= 7.0.8'
+ gem uninstall activesupport --version '>= 7.0.8' --ignore-dependencies
107
gem install activesupport '7.0.8'
108
- flutter/install_sdk_and_pub:
109
version: 3.13.6
0 commit comments