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 ca721fd commit 339c11fCopy full SHA for 339c11f
.circleci/config.yml
@@ -104,7 +104,7 @@ jobs:
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' --ignore-dependencies
107
- gem install activesupport '7.0.8'
+ gem install activesupport --version '7.0.8'
108
- flutter/install_sdk_and_pub:
109
version: 3.13.6
110
app-dir: example
0 commit comments