ruby_version¶
Verifies the minimum ruby version required
Add this to your
Fastfile
to require a certain version of ruby.
Put it at the top of your `Fastfile to ensure that fastlane is executed appropriately.
ruby_version | |
---|---|
Supported platforms | ios, android, mac |
Author | @sebastianvarela |
1 Example¶
ruby_version("2.4.0")
To show the documentation in your terminal, run
fastlane action ruby_version