Skip to content

Commit 788c4ea

Browse files
committed
chore(dependabot): Addressing dependabot uninterpolated string arguments to eval_gemfile error
1 parent dfe0ad3 commit 788c4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gem 'cocoapods', '~> 1.11.3'
44
gem 'fastlane', '~> 2.211'
55
gem 'jazzy', '~> 0.14.3'
6-
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
7-
eval_gemfile(plugins_path) if File.exist?(plugins_path)
6+
eval_gemfile('fastlane/Pluginfile')
7+

0 commit comments

Comments
 (0)