Skip to content

Commit

Permalink
Run the gem template guides for 3.1 now that 7.0.1 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 6, 2022
1 parent 1717237 commit 16844af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions guides/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit 16844af

Please sign in to comment.