Skip to content

Commit ea9c566

Browse files
committed
chore(Appveyor): Fix eventmachine install step in appveyor
1 parent 1dc6827 commit ea9c566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
}
2828
- bundle install
2929
- gem uninstall -a -x --force eventmachine
30-
- gem install eventmachine --platform ruby --no-rdoc --no-ri --with-ssl-dir=%openssl_dir%
30+
- gem install eventmachine --platform ruby --no-rdoc --no-ri -- --with-ssl-dir=%openssl_dir%
3131

3232
build: off
3333

0 commit comments

Comments
 (0)