Use ruby 2.6.3 on circleCI (#3690)
This commit is contained in:
parent
b8e7fcaa21
commit
e7a69afc65
1 changed files with 3 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue