diff --git a/NEWS.md b/NEWS.md index e11e6c1067..4425859cff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -48,7 +48,7 @@ The following bundled gems are promoted from default gems. * ostruct 0.6.1 * pstore 0.2.0 -* benchmark 0.4.0 +* benchmark 0.4.1 * logger 1.7.0 * rdoc 6.14.0 * win32ole 1.9.2 @@ -86,12 +86,14 @@ The following bundled gems are added. The following bundled gems are updated. * minitest 5.25.5 +* rake 13.3.0 * test-unit 3.6.8 * rexml 3.4.1 * net-imap 0.5.8 * net-smtp 0.5.1 * rbs 3.9.4 -* bigdecimal 3.1.9 +* base64 0.3.0 +* bigdecimal 3.2.0 * drb 2.2.3 * syslog 0.3.0 * csv 3.3.4 diff --git a/gems/bundled_gems b/gems/bundled_gems index 5e3e971f89..26fc9320e1 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -8,7 +8,7 @@ minitest 5.25.5 https://github.com/minitest/minitest 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 rexml 3.4.1 https://github.com/ruby/rexml 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 mutex_m 0.3.0 https://github.com/ruby/mutex_m 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 observer 0.1.2 https://github.com/ruby/observer 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 ostruct 0.6.1 https://github.com/ruby/ostruct 50d51248bec5560a102a1024aff4174b31dca8cc 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 rdoc 6.14.0 https://github.com/ruby/rdoc win32ole 1.9.2 https://github.com/ruby/win32ole diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index 6e4037f707..74100e69e7 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -25,7 +25,7 @@ module Spec end def rake_version - "13.2.1" + "13.3.0" end def build_repo1