mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix dependabot gem file parsing
This commit is contained in:
parent
5fc10c26a8
commit
2ecf2bce7e
2
Gemfile
2
Gemfile
@ -8,4 +8,4 @@ gem 'fastlane'
|
|||||||
gem 'slather'
|
gem 'slather'
|
||||||
|
|
||||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user