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 5fc10c26a8
commit 2ecf2bce7e

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)