Skip to content

Commit

Permalink
Bump minitest from 5.15.0 to 5.23.1
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.15.0 to 5.23.1.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.15.0...v5.23.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2024
1 parent 3d2f283 commit 8bd6c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.23.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.23.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.23.1)
omniauth-rails_csrf_protection
omniauth-zeuswpi
paper_trail
Expand Down

0 comments on commit 8bd6c4f

Please sign in to comment.