aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-06 02:03:53 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-06 02:08:38 -0700
commit5c8d9c82b287ef2f6d2fd36b45d6cd11cad12c88 (patch)
treef297e7ed6ab79f2b452a56645768494f1cfc9c60 /lib/bundler/runtime.rb
parentbc84ffc545b6197fc50e1c0e8c7c5a576248ed0e (diff)
downloadbundler-5c8d9c82b287ef2f6d2fd36b45d6cd11cad12c88.tar.gz
Set things up to start working on the platform DSL
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index 8e28cce7..1603e0b9 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -13,7 +13,7 @@ module Bundler
# Has to happen first
clean_load_path
- specs = groups.any? ? specs_for(groups) : requested_specs
+ specs = groups.any? ? @definition.specs_for(groups) : requested_specs
cripple_rubygems(specs)