fastlane/lib/fastlane/fast_file.rb in fastlane-2.101.1 vs fastlane/lib/fastlane/fast_file.rb in fastlane-2.102.0
- old
+ new
@@ -27,10 +27,10 @@
end
content.scan(/^\s*require (.*)/).each do |current|
gem_name = current.last
next if gem_name.include?(".") # these are local gems
- UI.important("You have require'd a gem, if this is a third party gem, please use `fastlane_require #{gem_name}` to ensure the gem is installed locally.")
+ UI.important("You have required a gem, if this is a third party gem, please use `fastlane_require #{gem_name}` to ensure the gem is installed locally.")
end
parse(content, @path)
end