Use ruby 2.6.3 on circleCI (#3690)

This commit is contained in:
Mattermost Build 2019-12-10 22:04:03 +01:00 committed by Elias Nahum
parent b8e7fcaa21
commit e7a69afc65

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 }}