Skip to content

Instantly share code, notes, and snippets.

@ludofleury
Created December 14, 2011 10:19
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 ludofleury/1476022 to your computer and use it in GitHub Desktop.
Save ludofleury/1476022 to your computer and use it in GitHub Desktop.
source "http://rubygems.org"
gem 'bundler', "~>1.0.10"
gem "rails", "2.3.11"
gem "mysql"
gem "erubis"
gem "rake"
gem "syntax", "1.0.0"
gem "capistrano", "2.6.0"
gem "open4", "0.9.3"
gem "exception_notification", "2.3.3.0"
group :test do
gem "mocha", "0.9.8"
end
bundle exec thin --trace -C /etc/thin/webistrano.yml start
Stack trace :
/usr/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/rubygems_integration.rb:143:in `gem': thin is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
@ludofleury
Copy link
Author

Temporary fixed by removing the wrong version of rake. I've got much notice on start, but it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment