summaryrefslogtreecommitdiff
path: root/spec/bundler/support/platforms.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-07-08 18:59:22 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commit9492efbe714e97abc5c656fca13a6602199a1ba8 (patch)
tree6d8f847a73d54b85dcb721e1397690702646e580 /spec/bundler/support/platforms.rb
parent8a8ade7e5e46a74848c03a1481bc3c3d22b3e49e (diff)
downloadruby-9492efbe714e97abc5c656fca13a6602199a1ba8.tar.gz
[rubygems/rubygems] Remove unnecessary `local` helper
https://github.com/rubygems/rubygems/commit/27ed6870ce
Diffstat (limited to 'spec/bundler/support/platforms.rb')
-rw-r--r--spec/bundler/support/platforms.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/support/platforms.rb b/spec/bundler/support/platforms.rb
index ffd815818d..355053a4fd 100644
--- a/spec/bundler/support/platforms.rb
+++ b/spec/bundler/support/platforms.rb
@@ -52,10 +52,6 @@ module Spec
[rb, java, linux, windows_platforms].flatten
end
- def local
- generic_local_platform
- end
-
def specific_local_platform
Bundler.local_platform
end