Skip to content

Commit

Permalink
Pin minitest to < 5.19 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Aug 25, 2023
1 parent 3acf783 commit 3f88722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem 'xmlrpc'

group :test do
gem 'database_cleaner'
gem 'minitest', '< 5.19' # minitest-spec-rails breaks because of the removal of the MiniTest alias
gem 'minitest-spec-rails'
gem 'minitest-matchers_vaccine'
gem 'minitest-reporters'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
mime-types-data (3.2016.0521)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.18.1)
minitest-matchers_vaccine (1.0.3)
minitest (~> 5.0)
minitest-reporters (1.6.1)
Expand Down Expand Up @@ -348,6 +348,7 @@ DEPENDENCIES
jquery-rails (~> 4.4.0)
jquery-ui-rails
launchy
minitest (< 5.19)
minitest-matchers_vaccine
minitest-reporters
minitest-spec-rails
Expand Down

0 comments on commit 3f88722

Please sign in to comment.