We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe0ad3 commit 788c4eaCopy full SHA for 788c4ea
Gemfile
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
gem 'cocoapods', '~> 1.11.3'
4
gem 'fastlane', '~> 2.211'
5
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)
+eval_gemfile('fastlane/Pluginfile')
+
0 commit comments