diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-06-03 08:43:18 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-03 10:12:43 +0900 |
commit | 6ca52090ed7e3d85d15ddd2093745512e055803f (patch) | |
tree | a0c4b65d6859a18e5d01d7b52753627f1881fe78 /spec/bundler/support/builders.rb | |
parent | c1c068e43c80aeb2e711b64261323594eca66217 (diff) |
Remove hardcoded version of rake from Bundler testsruby_3_3
The original commit is https://github.com/rubygems/rubygems/commit/85f73e42a563ac6848ba22aeae344a5bdc5a9ed7
Diffstat (limited to 'spec/bundler/support/builders.rb')
-rw-r--r-- | spec/bundler/support/builders.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index 4d713d8708..a0a9d348ab 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -22,10 +22,6 @@ module Spec Gem::Platform.new(platform) end - def rake_version - "13.2.1" - end - def build_repo1 build_repo gem_repo1 do FileUtils.cp rake_path, "#{gem_repo1}/gems/" |