diff options
author | Gonzalo <grzuy0@gmail.com> | 2016-04-27 00:33:34 -0300 |
---|---|---|
committer | Gonzalo <grzuy0@gmail.com> | 2016-04-27 01:28:12 -0300 |
commit | 24f2c4b59fd1332e29c69459417f565d42948a5b (patch) | |
tree | 5d34cec39785a9b6ae511b8c11cee2bda1022522 /lib/bundler/runtime.rb | |
parent | aea98a2f6bc79de014a8384751e6f34b463dfa49 (diff) | |
download | bundler-24f2c4b59fd1332e29c69459417f565d42948a5b.tar.gz |
Removes unused Runtime#dependencies_for method
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r-- | lib/bundler/runtime.rb | 8 |
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) |