Run the gem template guides for 3.1 now that 7.0.1 is out

This commit is contained in:
Rafael Mendonça França 2022-01-06 21:56:06 +00:00
parent 1717237ccc
commit 16844af48d
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 5 deletions

View File

@ -75,11 +75,7 @@ HELP
end
task :test do
templates = if RUBY_VERSION < "3.1.0"
Dir.glob("bug_report_templates/*.rb")
else
Dir.glob("bug_report_templates/*_main.rb")
end
templates = Dir.glob("bug_report_templates/*.rb")
counter = templates.count do |file|
puts "--- Running #{file}"
Bundler.unbundled_system(Gem.ruby, "-w", file) ||