Gemfile in metanorma-un-0.11.4 vs Gemfile in metanorma-un-0.11.5

- old
+ new

@@ -2,10 +2,14 @@ Encoding.default_internal = Encoding::UTF_8 source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}" } -gemspec +group :development, :test do + gem "rspec" +end if File.exist? "Gemfile.devel" eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval end + +gemspec