Skip to content

Commit 4a0a8a2

Browse files
committed
Pin minitest for Rails test app
1 parent 89bc373 commit 4a0a8a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rails_test_app/create_app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def copy_template(file, target_path = nil)
231231
232232
# Test gems
233233
group :test do
234+
gem 'minitest', '~> 5.20'
234235
gem 'minitest-reporters'
235236
gem 'simplecov'
236237
gem 'simplecov-json'

0 commit comments

Comments
 (0)