diff options
| author | git <svn-admin@ruby-lang.org> | 2024-01-12 06:58:39 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-12 06:58:39 +0000 |
| commit | 18d85af9698522d6ce356a070a9bd01906a8aaed (patch) | |
| tree | 6986b991913bfe392d5df002c2b640f608c0b1d8 | |
| parent | 51ba65493905fe066e6745c745c5ada069d629a2 (diff) | |
Update bundled gems list as of 2024-01-12
| -rw-r--r-- | NEWS.md | 1 | ||||
| -rw-r--r-- | gems/bundled_gems | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -30,6 +30,7 @@ The following default gems are updated. The following bundled gems are updated. +* minitest 5.21.1 * net-ftp 0.3.4 * net-imap 0.4.9.1 * net-smtp 0.4.0.1 diff --git a/gems/bundled_gems b/gems/bundled_gems index caa0469c54..22a52318f3 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -5,7 +5,7 @@ # - repository-url: URL from where clone for test # - revision: revision in repository-url to test # if `revision` is not given, "v"+`version` or `version` will be used. -minitest 5.20.0 https://github.com/minitest/minitest +minitest 5.21.1 https://github.com/minitest/minitest power_assert 2.0.3 https://github.com/ruby/power_assert rake 13.1.0 https://github.com/ruby/rake test-unit 3.6.1 https://github.com/test-unit/test-unit |
