Skip to content

Commit

Permalink
Fixes #36617 - Pin minitest < 5.19 to resolve test failures
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c3a415)
  • Loading branch information
sjha4 authored and evgeni committed Aug 9, 2023
1 parent f3ffa12 commit 6d36839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.d/test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group :test do
gem 'mocha', '~> 1.11'
gem 'single_test', '~> 0.6'
gem 'minitest', '~> 5.1'
gem 'minitest', '~> 5.1', '< 5.19'
gem 'minitest-reporters', '~> 1.4', :require => false
gem 'minitest-retry', '~> 0.0', :require => false
gem 'minitest-spec-rails', '~> 6.0'
Expand Down

0 comments on commit 6d36839

Please sign in to comment.