diff options
author | git <[email protected]> | 2025-05-31 09:43:52 +0000 |
---|---|---|
committer | git <[email protected]> | 2025-05-31 09:43:52 +0000 |
commit | 32c708efbd8fd0f80b30ec9dbb8979f00ae5e7d5 (patch) | |
tree | 8aae5c08451e0d81765117f7decc126ce0f29c01 | |
parent | 49f35c917b35d33f10900443837ba79e58414879 (diff) |
Update bundled gems list as of 2025-05-31
-rw-r--r-- | gems/bundled_gems | 2 | ||||
-rw-r--r-- | spec/bundler/support/builders.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems index 3690c6caa5..8891f1c462 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 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 |