[FIX] Use Ruby 2.4 on TestFlight upload (#1368)
This commit is contained in:
parent
ea057ffbf3
commit
e0f0f99990
|
@ -335,6 +335,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Update Fastlane
|
name: Update Fastlane
|
||||||
command: |
|
command: |
|
||||||
|
echo "ruby-2.4" > ~/.ruby-version
|
||||||
bundle install
|
bundle install
|
||||||
working_directory: ios
|
working_directory: ios
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue