Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created March 29, 2011 10:10
Show Gist options
  • Save madrobby/892126 to your computer and use it in GitHub Desktop.
Save madrobby/892126 to your computer and use it in GitHub Desktop.
$ rails s
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/dependency.rb:52:in `initialize': Valid types are [:development, :runtime], not nil (ArgumentError)
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:359:in `new'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:359:in `search'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:354:in `gems_size'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:179:in `resolve'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/source_index.rb:95:in `sort_by'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:175:in `each'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:175:in `sort_by'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:175:in `resolve'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:160:in `start'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:128:in `resolve'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:127:in `catch'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/resolver.rb:127:in `resolve'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/definition.rb:151:in `resolve'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/definition.rb:90:in `specs'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/definition.rb:135:in `specs_for'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/definition.rb:124:in `requested_specs'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/environment.rb:23:in `requested_specs'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler/runtime.rb:11:in `setup'
from /Users/thomas/.rvm/gems/ruby-1.8.7-p302@charm/gems/bundler-1.0.10/lib/bundler.rb:107:in `setup'
from /Users/thomas/Projects/charm/config/boot.rb:10
from script/rails:9:in `require'
from script/rails:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment