fastlane/lib/fastlane/plugins/template/Gemfile in fastlane-2.74.1 vs fastlane/lib/fastlane/plugins/template/Gemfile in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -1,5 +1,5 @@
-source 'https://rubygems.org'
+source('https://rubygems.org')
gemspec
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)