Skip to content

Instantly share code, notes, and snippets.

@arafatm
Created January 14, 2014 17:02
Show Gist options
  • Save arafatm/8421759 to your computer and use it in GitHub Desktop.
Save arafatm/8421759 to your computer and use it in GitHub Desktop.
furaha
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment