Created
September 7, 2012 19:07
-
-
Save tdelam/3668685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ bigpond git:(master) ✗ rails s | |
| /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize': Could not find rake-0.9.2.2 in any of the sources (Bundler::GemNotFound) | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `map!' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:83:in `materialize' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/environment.rb:27:in `specs' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:41:in `candidate?' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:60:in `setup' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:75:in `<top (required)>' | |
| from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require' | |
| from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' | |
| from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require' | |
| from /Users/trevor/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:9:in `<main>' | |
| ➜ bigpond git:(master) ✗ cd .. | |
| ➜ rails_projects cd - | |
| ~/rails_projects/bigpond | |
| ➜ bigpond git:(master) ✗ ls | |
| Capfile Gemfile.lock Rakefile app config db jel.com log ro.com test vendor | |
| Gemfile README.md TODO bin config.ru doc lib public script tmp when.com | |
| ➜ bigpond git:(master) ✗ bundle install | |
| Fetching gem metadata from https://rubygems.org/...... | |
| Installing rake (0.9.2.2) | |
| Installing i18n (0.6.0) | |
| Installing multi_json (1.3.6) | |
| Installing activesupport (3.2.7) | |
| Installing builder (3.0.0) | |
| Installing activemodel (3.2.7) | |
| Installing erubis (2.7.0) | |
| Installing journey (1.0.4) | |
| Installing rack (1.4.1) | |
| Installing rack-cache (1.2) | |
| Installing rack-test (0.6.1) | |
| Installing hike (1.2.1) | |
| Installing tilt (1.3.3) | |
| Installing sprockets (2.1.3) | |
| Installing actionpack (3.2.7) | |
| Installing mime-types (1.19) | |
| Installing polyglot (0.3.3) | |
| Installing treetop (1.4.10) | |
| Installing mail (2.4.4) | |
| Installing actionmailer (3.2.7) | |
| Installing arel (3.0.2) | |
| Installing tzinfo (0.3.33) | |
| Installing activerecord (3.2.7) | |
| Installing activeresource (3.2.7) | |
| Installing bcrypt-ruby (3.0.1) with native extensions | |
| Installing highline (1.6.13) | |
| Installing net-ssh (2.5.2) | |
| Installing net-scp (1.0.4) | |
| Installing net-sftp (2.0.5) | |
| Installing net-ssh-gateway (1.1.0) | |
| Installing capistrano (2.12.0) | |
| Installing coffee-script-source (1.3.3) | |
| Installing execjs (1.4.0) | |
| Installing coffee-script (2.2.0) | |
| Installing rack-ssl (1.3.2) | |
| Installing json (1.7.4) with native extensions | |
| Installing rdoc (3.12) | |
| Installing thor (0.15.4) | |
| Installing railties (3.2.7) | |
| Installing coffee-rails (3.2.2) | |
| Installing daemons (1.1.9) | |
| Installing delayed_job (3.0.3) | |
| Installing delayed_job_active_record (0.3.2) | |
| Installing haml (3.1.6) | |
| Installing rack-protection (1.2.0) | |
| Installing sinatra (1.3.2) | |
| Installing delayed_job_web (1.1.2) | |
| Installing dynamic_form (1.1.4) | |
| Installing eventmachine (0.12.10) with native extensions | |
| Installing faker (1.0.1) | |
| Installing jquery-rails (2.0.2) | |
| Installing libv8 (3.3.10.4) | |
| Installing pg (0.14.0) with native extensions | |
| Using bundler (1.1.5) | |
| Installing rails (3.2.7) | |
| Installing sass (3.1.20) | |
| Installing sass-rails (3.2.5) | |
| Installing sqlite3 (1.3.5) with native extensions | |
| Installing therubyracer (0.10.2) with native extensions | |
| Installing thin (1.4.1) with native extensions | |
| Installing uglifier (1.2.7) | |
| Your bundle is complete! It was installed into ./vendor/bundle | |
| Post-install message from rdoc: | |
| Depending on your version of ruby, you may need to install ruby rdoc/ri data: | |
| <= 1.8.6 : unsupported | |
| = 1.8.7 : gem install rdoc-data; rdoc-data --install | |
| = 1.9.1 : gem install rdoc-data; rdoc-data --install | |
| >= 1.9.2 : nothing to do! Yay! | |
| ➜ bigpond git:(master) ✗ ruby -v | |
| ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.0.0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment