Skip to content

Commit

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

---
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 Mar 17, 2024
1 parent 7e77416 commit 6879258
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.22.3'
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 @@ -188,7 +188,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.15.0)
minitest (5.22.3)
msgpack (1.7.2)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -485,7 +485,7 @@ DEPENDENCIES
jquery-rails
letter_opener
listen
minitest (= 5.15.0)
minitest (= 5.22.3)
mysql2
omniauth-rails_csrf_protection
omniauth-zeuswpi
Expand Down

0 comments on commit 6879258

Please sign in to comment.