Skip to content

Commit

Permalink
Bump minitest from 5.20.0 to 5.21.1 (#2509)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent cbef3a9 commit 0e888c8
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 @@ -50,7 +50,7 @@ group :test do
# Disallow v5.19 for now since it breaks mocha.
# See: https://github.com/freerange/mocha/issues/614
# Remove this line when mocha has fixed the issue
gem "minitest", "< 5.21"
gem "minitest", "< 5.22"
end

# development dependencies
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
Expand Down Expand Up @@ -293,7 +293,7 @@ DEPENDENCIES
listen (~> 3.0)
lookbook (~> 2.1.1)
matrix (~> 0.4.2)
minitest (< 5.21)
minitest (< 5.22)
mocha
primer_view_components!
pry
Expand Down

0 comments on commit 0e888c8

Please sign in to comment.