Skip to content

Commit

Permalink
Bump minitest from 5.15.0 to 5.23.0
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.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.15.0...v5.23.0)

---
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 19, 2024
1 parent b5e6019 commit 785af1e
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 @@ -132,7 +132,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.0'
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 @@ -192,7 +192,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.15.0)
minitest (5.23.0)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
jquery-rails
letter_opener
listen
minitest (= 5.15.0)
minitest (= 5.23.0)
mysql2
omniauth-rails_csrf_protection
omniauth-zeuswpi
Expand Down

0 comments on commit 785af1e

Please sign in to comment.