Bundle exec fail

WTF… how to solve? (REE ruby/Ubuntu 10.04)
$ dpkg -l |grep ruby
ii ruby-enterprise - 1.8.7-2011.03 - Ruby Enterprise Edition.

$ bundle exec
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in
exec': wrong number of arguments (ArgumentError) from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in exec’
from
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/task.rb:22:in
send' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/task.rb:22:in run’
from
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/invocation.rb:118:in
invoke_task' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor.rb:263:in dispatch’
from
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor/base.rb:386:in
start' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/bin/bundle:13 from /usr/local/bin/bundle:19:in load’
from /usr/local/bin/bundle:19

This is a fairly new application in Rails 3.1

Gemfile contents below (if useful - comments removed)

$ cat Gemfile
source ‘http://rubygems.org

gem ‘rails’, ‘3.1.1’

gem ‘pg’
gem ‘json’

gem ‘execjs’
gem ‘therubyracer’

group :assets do
gem ‘sass-rails’, ‘~> 3.1.4’
gem ‘coffee-rails’, ‘~> 3.1.1’
gem ‘uglifier’, ‘>= 1.0.3’
end

gem ‘jquery-rails’

gem ‘activeldap’
gem ‘ruby-ldap’
gem ‘will_paginate’, ‘~> 3.0.2’
gem ‘dm-core’
gem ‘dm-aggregates’
gem “net-ldap”


Craig W. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[email protected]
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.ttiassessments.com

Need help communicating between generations at work to achieve your
desired success? Let us help!

ignore - brain dead - bundle install/update duh

On Nov 30, 2011, at 12:26 PM, Craig W. wrote:

   from 

/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/vendor/thor.rb:263:in
`dispatch’

source ‘http://rubygems.org
gem ‘sass-rails’, ‘~> 3.1.4’
gem ‘dm-aggregates’
gem “net-ldap”


Craig W. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [email protected]
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com

Need help communicating between generations at work to achieve your desired
success? Let us help!


Craig W. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[email protected]
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.ttiassessments.com

Need help communicating between generations at work to achieve your
desired success? Let us help!

$ bundle exec >
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in `exec’:
wrong number of arguments (ArgumentError)
this error doesn’t explain anything?
bundle exec - using to execute a gems commands in the context of the
bundle…