Created
January 14, 2014 17:02
-
-
Save arafatm/8421759 to your computer and use it in GitHub Desktop.
Revisions
-
arafatm created this gist
Jan 14, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ vagrant@precise32:/vagrant$ bundle install --verbose --without production Fetching from: https://rubygems.org/api/v1/dependencies HTTP Redirection Fetching from: https://bundler.rubygems.org/api/v1/dependencies HTTP Success Fetching gem metadata from https://rubygems.org/ Query List: ["rails", "sqlite3", "sass-rails", "uglifier", "coffee-rails", "jquery-rails", "turbolinks", "jbuilder", "sdoc", "pg", "rails_12factor"] Query Gemcutter Dependency Endpoint API: rails,sqlite3,sass-rails,uglifier,coffee-rails,jquery-rails,turbolinks,jbuilder,sdoc,pg,rails_12factor Fetching from: https://rubygems.org/api/v1/dependencies?gems=rails,sqlite3,sass-rails,uglifier,coffee-rails,jquery-rails,turbolinks,jbuilder,sdoc,pg,rails_12factor HTTP Redirection ... Your bundle is complete! Gems in the group production were not installed. Use `bundle show [gemname]` to see where a bundled gem is installed. 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! vagrant@precise32:/vagrant$ bundle update Fetching gem metadata from https://rubygems.org/.......... Fetching additional metadata from https://rubygems.org/.. Resolving dependencies... Using rake (10.1.1) Using i18n (0.6.9) ... Your bundle is updated! Gems in the group production were not installed. vagrant@precise32:/vagrant$ bundle install Using rake (10.1.1) Using i18n (0.6.9) ... Your bundle is complete! Gems in the group production were not installed. Use `bundle show [gemname]` to see where a bundled gem is installed.