Skip to content

Commit 00efb75

Browse files
check ruby version for minitest
1 parent 8be91b1 commit 00efb75

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ appraise 'rails_7_2' do
7676
gem 'rspec-rails', '~> 6.0'
7777
gem 'shoulda-context', '~> 2.0.0'
7878

79+
if Ruby::VERSION < '4.0'
80+
gem 'minitest', '5.25.5'
81+
end
82+
7983
# other dependencies
8084
gem 'bcrypt', '~> 3.1.7'
8185

0 commit comments

Comments
 (0)