Update bundled gems list as of 2025-05-30

This commit is contained in:
git 2025-05-30 19:14:14 +00:00
parent 49b7a092fa
commit e577edb12e
3 changed files with 8 additions and 6 deletions

View File

@ -48,7 +48,7 @@ The following bundled gems are promoted from default gems.
* ostruct 0.6.1 * ostruct 0.6.1
* pstore 0.2.0 * pstore 0.2.0
* benchmark 0.4.0 * benchmark 0.4.1
* logger 1.7.0 * logger 1.7.0
* rdoc 6.14.0 * rdoc 6.14.0
* win32ole 1.9.2 * win32ole 1.9.2
@ -86,12 +86,14 @@ The following bundled gems are added.
The following bundled gems are updated. The following bundled gems are updated.
* minitest 5.25.5 * minitest 5.25.5
* rake 13.3.0
* test-unit 3.6.8 * test-unit 3.6.8
* rexml 3.4.1 * rexml 3.4.1
* net-imap 0.5.8 * net-imap 0.5.8
* net-smtp 0.5.1 * net-smtp 0.5.1
* rbs 3.9.4 * rbs 3.9.4
* bigdecimal 3.1.9 * base64 0.3.0
* bigdecimal 3.2.0
* drb 2.2.3 * drb 2.2.3
* syslog 0.3.0 * syslog 0.3.0
* csv 3.3.4 * csv 3.3.4

View File

@ -8,7 +8,7 @@
minitest 5.25.5 https://github.com/minitest/minitest minitest 5.25.5 https://github.com/minitest/minitest
power_assert 2.0.5 https://github.com/ruby/power_assert a7dab941153b233d3412e249d25da52a6c5691de power_assert 2.0.5 https://github.com/ruby/power_assert a7dab941153b233d3412e249d25da52a6c5691de
rake 13.2.1 https://github.com/ruby/rake rake 13.3.0 https://github.com/ruby/rake
test-unit 3.6.8 https://github.com/test-unit/test-unit test-unit 3.6.8 https://github.com/test-unit/test-unit
rexml 3.4.1 https://github.com/ruby/rexml rexml 3.4.1 https://github.com/ruby/rexml
rss 0.3.1 https://github.com/ruby/rss rss 0.3.1 https://github.com/ruby/rss
@ -24,7 +24,7 @@ debug 1.10.0 https://github.com/ruby/debug
racc 1.8.1 https://github.com/ruby/racc racc 1.8.1 https://github.com/ruby/racc
mutex_m 0.3.0 https://github.com/ruby/mutex_m mutex_m 0.3.0 https://github.com/ruby/mutex_m
getoptlong 0.2.1 https://github.com/ruby/getoptlong getoptlong 0.2.1 https://github.com/ruby/getoptlong
base64 0.2.0 https://github.com/ruby/base64 base64 0.3.0 https://github.com/ruby/base64
bigdecimal 3.2.0 https://github.com/ruby/bigdecimal bigdecimal 3.2.0 https://github.com/ruby/bigdecimal
observer 0.1.2 https://github.com/ruby/observer observer 0.1.2 https://github.com/ruby/observer
abbrev 0.1.2 https://github.com/ruby/abbrev abbrev 0.1.2 https://github.com/ruby/abbrev
@ -37,7 +37,7 @@ csv 3.3.4 https://github.com/ruby/csv 69d9886238a504bfac60fa51
repl_type_completor 0.1.11 https://github.com/ruby/repl_type_completor 25108aa8d69ddaba0b5da3feff1c0035371524b2 repl_type_completor 0.1.11 https://github.com/ruby/repl_type_completor 25108aa8d69ddaba0b5da3feff1c0035371524b2
ostruct 0.6.1 https://github.com/ruby/ostruct 50d51248bec5560a102a1024aff4174b31dca8cc ostruct 0.6.1 https://github.com/ruby/ostruct 50d51248bec5560a102a1024aff4174b31dca8cc
pstore 0.2.0 https://github.com/ruby/pstore pstore 0.2.0 https://github.com/ruby/pstore
benchmark 0.4.0 https://github.com/ruby/benchmark benchmark 0.4.1 https://github.com/ruby/benchmark
logger 1.7.0 https://github.com/ruby/logger logger 1.7.0 https://github.com/ruby/logger
rdoc 6.14.0 https://github.com/ruby/rdoc rdoc 6.14.0 https://github.com/ruby/rdoc
win32ole 1.9.2 https://github.com/ruby/win32ole win32ole 1.9.2 https://github.com/ruby/win32ole

View File

@ -25,7 +25,7 @@ module Spec
end end
def rake_version def rake_version
"13.2.1" "13.3.0"
end end
def build_repo1 def build_repo1