Skip to content

Commit a1587f4

Browse files
committed
Lock minitest to < 6
We still need to support Rails 7.1.
1 parent 862da48 commit a1587f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ elsif ENV["RAILS_VERSION"]
1313
else
1414
gem "activesupport"
1515
end
16+
17+
gem "minitest", "< 6"

test/support/application_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def generate_files
5353
FileUtils.rm_rf(application.path("test/performance"))
5454

5555
append_to_file(application.gemfile, "gem 'spring', '#{Spring::VERSION}'")
56+
append_to_file(application.gemfile, "gem 'minitest', '< 6'")
5657

5758
append_to_file(application.path("config/boot.rb"), "raise 'BOOM' if ENV['CRASH_ON_BOOT']")
5859

0 commit comments

Comments
 (0)