Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minitest from 5.15.0 to 5.24.1 #778

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ group :test do
gem 'poltergeist'

# Temporary lock until the flaky test issue is fixed on Minitest side that's present in 5.16.0
gem 'minitest', '= 5.15.0'
gem 'minitest', '5.24.1'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.15.0)
minitest (5.24.1)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -507,7 +507,7 @@ DEPENDENCIES
jquery-rails
letter_opener
listen
minitest (= 5.15.0)
minitest (= 5.24.1)
omniauth-rails_csrf_protection
omniauth-zeuswpi
paper_trail
Expand Down
Loading