Gemfile in metanorma-utils-1.2.2 vs Gemfile in metanorma-utils-1.2.3

- old
+ new

@@ -4,8 +4,8 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}" } gemspec -if File.exist? 'Gemfile.devel' - eval File.read('Gemfile.devel'), nil, 'Gemfile.devel' # rubocop:disable Security/Eval +if File.exist? "Gemfile.devel" + eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval end