Skip to content

Commit 339c11f

Browse files
committed
Use proper syntax for gem install
1 parent ca721fd commit 339c11f

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
@@ -104,7 +104,7 @@ jobs:
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
106106
gem uninstall activesupport --version '>= 7.0.8' --ignore-dependencies
107-
gem install activesupport '7.0.8'
107+
gem install activesupport --version '7.0.8'
108108
- flutter/install_sdk_and_pub:
109109
version: 3.13.6
110110
app-dir: example

0 commit comments

Comments
 (0)