Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit b198624

Browse files
committed
Fix version of crowdin-cli-ruby w Ruby<2.0 issue
1 parent 2984358 commit b198624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
pre:
88
- if [ "$CIRCLE_BRANCH" = "master" ]; then gem install mime-types -v 2.6.2; fi
99
- if [ "$CIRCLE_BRANCH" = "master" ]; then gem install rest-client -v 1.8; fi
10-
- if [ "$CIRCLE_BRANCH" = "master" ]; then gem install crowdin-cli; fi
10+
- if [ "$CIRCLE_BRANCH" = "master" ]; then gem install crowdin-cli -v 0.5.5; fi
1111
- if [ "$CIRCLE_BRANCH" = "master" ]; then crowdin-cli upload sources; fi
1212
- if [ "$CIRCLE_BRANCH" = "master" ]; then for lang in it pt-PT de nl ro mt sl sk fr uk es-ES es-AR el pl et bg tr ja hi lt; do crowdin-cli download -l $lang; done; fi
1313
override:

0 commit comments

Comments
 (0)