fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.96.0.beta.20180516050022 vs fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.96.0.beta.20180517050058

- old
+ new

@@ -30,10 +30,12 @@ def self.description "Verifies the minimum ruby version required" end def self.example_code - ['ruby_version "2.4.0"'] + [ + 'ruby_version("2.4.0")' + ] end def self.details [ "Add this to your `Fastfile` to require a certain version of _ruby_.",