Fix dependabot gem file parsing

This commit is contained in:
Stefan Ceriu
2022-05-12 13:58:13 +03:00
committed by Stefan Ceriu
parent 0c947a2f9d
commit aec816d5cf

View File

@@ -8,4 +8,4 @@ gem 'fastlane'
gem 'slather'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
eval_gemfile('fastlane/Pluginfile') if File.exist?(plugins_path)