diff options
author | git <[email protected]> | 2022-07-04 07:03:51 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-07-04 07:03:51 +0000 |
commit | b92fb7869624cb58475516361505f65f4f8a24d0 (patch) | |
tree | e507c4341ff04535c3a257cefd43261f653b5ee6 | |
parent | 1c3dc0877a894ecd6340277e5f9039c5e87a4ae8 (diff) |
Update bundled gems list at 2022-07-04
-rw-r--r-- | NEWS.md | 2 | ||||
-rw-r--r-- | gems/bundled_gems | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -171,7 +171,7 @@ Note: We're only listing outstanding class updates. * stringio 3.0.3 * timeout 0.3.0 * The following bundled gems are updated. - * minitest 5.16.1 + * minitest 5.16.2 * net-imap 0.2.3 * rbs 2.6.0 * typeprof 0.21.2 diff --git a/gems/bundled_gems b/gems/bundled_gems index 6a753530db..c222c478f5 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -1,5 +1,5 @@ # gem-name version-to-bundle repository-url [optional-commit-hash-to-test-or-defaults-to-v-version] -minitest 5.16.1 https://github.com/seattlerb/minitest +minitest 5.16.2 https://github.com/seattlerb/minitest power_assert 2.0.1 https://github.com/ruby/power_assert rake 13.0.6 https://github.com/ruby/rake test-unit 3.5.3 https://github.com/test-unit/test-unit 3.5.3 |