Use ruby 2.6.3 on circleCI (#3689)

This commit is contained in:
Elias Nahum 2019-12-10 18:00:56 -03:00 committed by Miguel Alatzar
parent 525b0d5ad3
commit d88daaafb6

View file

@ -48,7 +48,9 @@ commands:
- run:
working_directory: fastlane
name: Download Fastlane dependencies
command: bundle install --path vendor/bundle
command: |
chruby 2.6.3
bundle install --path vendor/bundle
- save_cache:
name: Save Fastlane cache
key: v1-gems-<< parameters.for >>-{{ checksum "fastlane/Gemfile.lock" }}-{{ arch }}