examples/Example2/Gemfile in u3d-1.2.3 vs examples/Example2/Gemfile in u3d-1.3.0

- old
+ new

@@ -1,10 +1,12 @@ +# frozen_string_literal: true + source 'https://rubygems.org' gem 'fastlane' REPO_ROOT = File.expand_path(File.join('..', '..')) gem 'u3d', path: REPO_ROOT plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') -# rubocop:disable Eval +# rubocop:disable Security/Eval eval(File.read(plugins_path), binding) if File.exist?(plugins_path) -# rubocop:enable Eval +# rubocop:enable Security/Eval