summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin/api/source.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-10 13:36:30 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit1a0c76f4e1cb779f40986285ec931078835495ae (patch)
tree5af1783acbc21e662f3ce4dfd3acd3865bddd327 /lib/bundler/plugin/api/source.rb
parentb61f3a9199adb771d785c948ceb8dac61e0fc77f (diff)
Merge RubyGems-3.3.9 and Bundler-2.3.9
Diffstat (limited to 'lib/bundler/plugin/api/source.rb')
-rw-r--r--lib/bundler/plugin/api/source.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb
index 32b1d0ee38..a6ae08237c 100644
--- a/lib/bundler/plugin/api/source.rb
+++ b/lib/bundler/plugin/api/source.rb
@@ -309,12 +309,6 @@ module Bundler
end
# @private
- # Returns true
- def bundler_plugin_api_source?
- true
- end
-
- # @private
# This API on source might not be stable, and for now we expect plugins
# to download all specs in `#specs`, so we implement the method for
# compatibility purposes and leave it undocumented (and don't support)