summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorGonzalo <grzuy0@gmail.com>2016-04-27 00:33:34 -0300
committerGonzalo <grzuy0@gmail.com>2016-04-27 01:28:12 -0300
commit24f2c4b59fd1332e29c69459417f565d42948a5b (patch)
tree5d34cec39785a9b6ae511b8c11cee2bda1022522 /lib/bundler/runtime.rb
parentaea98a2f6bc79de014a8384751e6f34b463dfa49 (diff)
downloadbundler-24f2c4b59fd1332e29c69459417f565d42948a5b.tar.gz
Removes unused Runtime#dependencies_for method
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index c2f29a749f..13bdc16b1d 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -109,14 +109,6 @@ module Bundler
end
end
- def dependencies_for(*groups)
- if groups.empty?
- dependencies
- else
- dependencies.select {|d| (groups & d.groups).any? }
- end
- end
-
alias_method :gems, :specs
def cache(custom_path = nil)