Skip to content

Instantly share code, notes, and snippets.

@biow0lf
Created August 18, 2011 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biow0lf/1154387 to your computer and use it in GitHub Desktop.
Save biow0lf/1154387 to your computer and use it in GitHub Desktop.
bundler outdated fail
$ bundle outdated
Fetching dependency information from the API at http://rubygems.org/......
Fetching dependency information from the API at http://rubygems.org/.
Outdated gems included in the bundle:
Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks!
/Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/cli.rb:325:in `block in outdated': undefined method `version' for nil:NilClass (NoMethodError)
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/cli.rb:306:in `outdated'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/vendor/thor/task.rb:22:in `run'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/vendor/thor.rb:263:in `dispatch'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/lib/bundler/vendor/thor/base.rb:386:in `start'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.1.pre.7/bin/bundle:13:in `<top (required)>'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/bin/bundle:19:in `load'
from /Users/biow0lf/.rvm/gems/ruby-1.9.2-p290/bin/bundle:19:in `<main>'
$ bundle --version
Bundler version 1.1.pre.7
$ cat Gemfile
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc6'
gem 'pg'
gem 'devise'
#gem 'recaptcha', :require => 'recaptcha/rails'
gem 'redis'
gem 'meta_search', '1.1.0.pre2'
gem 'squeel'
gem 'kaminari'
gem 'fast_gettext', '>=0.4.8'
gem 'gettext_i18n_rails'
gem 'gettext', '>=1.9.3', :require => false
gem 'whenever', :require => false
gem 'nested_set'
gem 'thinking-sphinx'
gem 'brewdler', :require => false
gem 'wirb', :require => false
gem 'sitemap_generator'
gem 'globalize3'
gem 'jsonify-rails'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', "~> 3.1.0.rc"
gem 'coffee-rails', "~> 3.1.0.rc"
gem 'uglifier'
end
gem 'jquery-rails'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
# Pretty printed test output
gem 'turn', :require => false
end
group :production do
gem 'memcache-client'
gem 'newrelic_rpm'
gem 'rack-maintenance', :require => 'rack/maintenance'
gem 'rack-force_domain'
gem 'exception_notification'
end
group :staging do
gem 'memcache-client'
gem 'active_sanity'
end
group :development do
gem 'silent-postgres'
# gem 'rack-webconsole'
end
group :development, :test do
gem 'fabrication'
gem 'ruby-debug19'
gem 'rspec'
gem 'rspec-rails'
gem 'rcov', :require => false
gem 'stepdown', :require => false
gem 'guard'
gem 'rb-fsevent', :require => false
gem 'growl', :require => false
gem 'rb-inotify', :require => false
gem 'libnotify', :require => false
gem 'guard-test'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'guard-cucumber'
gem 'guard-livereload'
gem 'guard-rails-assets'
end
group :test do
gem 'capybara'
gem 'ffaker'
gem 'shoulda'
gem 'email_spec'
gem 'json_spec'
gem 'launchy'
gem 'cucumber'
gem 'cucumber-rails'
gem 'database_cleaner'
end
$ cat Gemfile.lock
GEM
remote: http://rubygems.org/
specs:
aaronh-chronic (0.3.9)
actionmailer (3.1.0.rc6)
actionpack (= 3.1.0.rc6)
mail (~> 2.3.0)
actionpack (3.1.0.rc6)
activemodel (= 3.1.0.rc6)
activesupport (= 3.1.0.rc6)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.2)
rack-cache (~> 1.0.2)
rack-mount (~> 0.8.1)
rack-test (~> 0.6.0)
sprockets (~> 2.0.0.beta.12)
active_sanity (0.1.0)
rails (>= 3.0.0)
activemodel (3.1.0.rc6)
activesupport (= 3.1.0.rc6)
bcrypt-ruby (~> 2.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.0.rc6)
activemodel (= 3.1.0.rc6)
activesupport (= 3.1.0.rc6)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activeresource (3.1.0.rc6)
activemodel (= 3.1.0.rc6)
activesupport (= 3.1.0.rc6)
activesupport (3.1.0.rc6)
multi_json (~> 1.0)
addressable (2.2.6)
ansi (1.3.0)
archive-tar-minitar (0.5.2)
arel (2.2.1)
bcrypt-ruby (2.1.4)
brewdler (0.1.0)
commander
builder (3.0.0)
capybara (1.0.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.2.1)
ffi (~> 1.0.6)
coffee-rails (3.1.0.rc.5)
actionpack (~> 3.1.0.rc1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0.rc1)
sprockets (>= 2.0.0.beta.9)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.2)
columnize (0.3.4)
commander (4.0.5)
highline (>= 1.5.0)
cucumber (1.0.2)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.5)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cucumber-rails (1.0.2)
capybara (>= 1.0.0)
cucumber (~> 1.0.0)
nokogiri (>= 1.4.6)
database_cleaner (0.6.7)
devise (1.4.2)
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
diff-lcs (1.1.2)
em-websocket (0.3.1)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
email_spec (1.2.1)
mail (~> 2.2)
rspec (~> 2.0)
erubis (2.7.0)
eventmachine (0.12.10)
exception_notification (2.4.1)
execjs (1.2.4)
multi_json (~> 1.0)
fabrication (1.0.1)
fast_gettext (0.5.13)
ffaker (1.8.0)
ffi (1.0.9)
gettext (2.1.0)
locale (>= 2.0.5)
gettext_i18n_rails (0.2.20)
fast_gettext
gherkin (2.4.6)
json (>= 1.4.6)
globalize3 (0.1.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
growl (1.0.3)
guard (0.6.1)
thor (~> 0.14.6)
guard-bundler (0.1.3)
bundler (>= 1.0.0)
guard (>= 0.2.2)
guard-cucumber (0.6.0)
cucumber (>= 0.10)
guard (>= 0.4.0)
guard-livereload (0.3.0)
em-websocket (>= 0.2.0)
guard (>= 0.4.0)
multi_json (~> 1.0.3)
guard-rails-assets (0.0.6)
guard
rake
guard-rspec (0.4.2)
guard (>= 0.4.0)
guard-test (0.3.0)
guard (>= 0.2.2)
test-unit (~> 2.2)
haml (3.1.2)
highline (1.6.2)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.13)
railties (~> 3.0)
thor (~> 0.14)
json (1.5.3)
json_pure (1.5.3)
json_spec (0.6.0)
json (~> 1.0)
rspec (~> 2.0)
jsonify (0.1.2)
jsonify-rails (0.0.7)
actionpack (>= 3.0.0)
jsonify
kaminari (0.12.4)
rails (>= 3.0.0)
launchy (2.0.5)
addressable (~> 2.2.6)
libnotify (0.5.7)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
locale (2.0.5)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcache-client (1.8.5)
meta_search (1.1.0.pre2)
actionpack (~> 3.1.0.alpha)
activerecord (~> 3.1.0.alpha)
activesupport (~> 3.1.0.alpha)
mime-types (1.16)
multi_json (1.0.3)
nested_set (1.6.7)
activerecord (>= 3.0.0)
railties (>= 3.0.0)
newrelic_rpm (3.1.1)
nokogiri (1.5.0)
orm_adapter (0.0.5)
pg (0.11.0)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.2)
rack (>= 0.4)
rack-force_domain (0.2.0)
rack-maintenance (0.3.0)
rack (>= 1.0)
rack-mount (0.8.2)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.0.rc6)
actionmailer (= 3.1.0.rc6)
actionpack (= 3.1.0.rc6)
activerecord (= 3.1.0.rc6)
activeresource (= 3.1.0.rc6)
activesupport (= 3.1.0.rc6)
bundler (~> 1.0)
railties (= 3.1.0.rc6)
railties (3.1.0.rc6)
actionpack (= 3.1.0.rc6)
activesupport (= 3.1.0.rc6)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2)
rb-fsevent (0.4.3)
rb-inotify (0.8.6)
ffi (>= 0.5.0)
rcov (0.9.10)
rdoc (3.9.2)
redis (2.2.2)
riddle (1.4.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rspec-rails (2.6.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.6.0)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.4)
sass (3.1.7)
sass-rails (3.1.0.rc.5)
actionpack (~> 3.1.0.rc1)
railties (~> 3.1.0.rc1)
sass (>= 3.1.4)
sprockets (>= 2.0.0.beta.9)
selenium-webdriver (2.4.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
shoulda (2.11.3)
silent-postgres (0.0.8)
sitemap_generator (2.0.1)
sprockets (2.0.0.beta.13)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
squeel (0.8.7)
activerecord (~> 3.0)
activesupport (~> 3.0)
stepdown (0.6.2)
bundler (~> 1.0)
gherkin (~> 2.3)
haml (> 2.0)
term-ansicolor (1.0.6)
test-unit (2.3.2)
thinking-sphinx (2.0.5)
activerecord (>= 3.0.3)
riddle (>= 1.3.3)
thor (0.14.6)
tilt (1.3.2)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turn (0.8.2)
ansi (>= 1.2.2)
tzinfo (0.3.29)
uglifier (1.0.1)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.0.5)
rack (>= 1.0)
whenever (0.6.8)
aaronh-chronic (>= 0.3.9)
activesupport (>= 2.3.4)
wirb (0.4.1)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
active_sanity
brewdler
capybara
coffee-rails (~> 3.1.0.rc)
cucumber
cucumber-rails
database_cleaner
devise
email_spec
exception_notification
fabrication
fast_gettext (>= 0.4.8)
ffaker
gettext (>= 1.9.3)
gettext_i18n_rails
globalize3
growl
guard
guard-bundler
guard-cucumber
guard-livereload
guard-rails-assets
guard-rspec
guard-test
jquery-rails
json_spec
jsonify-rails
kaminari
launchy
libnotify
memcache-client
meta_search (= 1.1.0.pre2)
nested_set
newrelic_rpm
pg
rack-force_domain
rack-maintenance
rails (= 3.1.0.rc6)
rb-fsevent
rb-inotify
rcov
redis
rspec
rspec-rails
ruby-debug19
sass-rails (~> 3.1.0.rc)
shoulda
silent-postgres
sitemap_generator
squeel
stepdown
thinking-sphinx
turn
uglifier
whenever
wirb
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment