lib/bundler/cli.rb in bundler-0.7.1 vs lib/bundler/cli.rb in bundler-0.7.2

- old
+ new

@@ -30,10 +30,10 @@ exit 10 end def initialize(options) @options = options - @environment = Bundler::Environment.load(@options[:manifest]) + @environment = Dsl.load_gemfile(@options[:manifest]) end def bundle @environment.install(@options) end