fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.136.0 vs fastlane/lib/fastlane/actions/ruby_version.rb in fastlane-2.137.0

- old
+ new

@@ -38,10 +38,10 @@ end def self.details [ "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." + "Put it at the top of your `Fastfile` to ensure that _fastlane_ is executed appropriately." ].join("\n") end def self.category :misc