From 16844af48d13728910095297d480c2fa834ed6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 6 Jan 2022 21:56:06 +0000 Subject: [PATCH] Run the gem template guides for 3.1 now that 7.0.1 is out --- guides/Rakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/guides/Rakefile b/guides/Rakefile index ad8f4193bb..694976fe84 100644 --- a/guides/Rakefile +++ b/guides/Rakefile @@ -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) ||