Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created January 20, 2013 04:22
Show Gist options
  • Save mscottford/4576666 to your computer and use it in GitHub Desktop.
Save mscottford/4576666 to your computer and use it in GitHub Desktop.
$ bundle --version
Bundler version 1.2.3
$ git clone https://josevalim@github.com/plataf
ormatec/devise.git
Cloning into 'devise'...
remote: Counting objects: 17759, done.
remote: Compressing objects: 100% (6477/6477), done.
remote: Total 17759 (delta 11559), reused 16586 (delta 10611)
Receiving objects: 100% (17759/17759), 2.14 MiB | 1.34 MiB/s, done.
Resolving deltas: 100% (11559/11559), done.
$ cd devise/
$ git checkout v1.1
Branch v1.1 set up to track remote branch v1.1 from origin.
Switched to a new branch 'v1.1'
$ bundle install
Fetching gem metadata from http://rubygems.org/.........
Fetching gem metadata from http://rubygems.org/..
Installing rake (0.8.7)
Installing abstract (1.0.0)
Installing activesupport (3.0.4)
Installing builder (2.1.2)
Installing i18n (0.5.0)
Installing activemodel (3.0.4)
Installing erubis (2.6.6)
Installing rack (1.2.1)
Installing rack-mount (0.6.13)
Installing rack-test (0.5.7)
Installing tzinfo (0.3.24)
Installing actionpack (3.0.4)
Installing nokogiri (1.4.4) with native extensions
Installing mime-types (1.16)
Installing polyglot (0.3.1)
Installing treetop (1.4.9)
Installing mail (2.2.15)
Installing actionmailer (3.0.4)
Installing arel (2.0.8)
Installing activerecord (3.0.4)
Installing activeresource (3.0.4)
Installing bcrypt-ruby (2.1.4) with native extensions
Installing bson (1.1.2)
Installing bson_ext (1.1.2) with native extensions
Using bundler (1.2.3)
Installing warden (1.0.6)
Using devise (1.1.9) from source at .
Installing mocha (0.9.9)
Installing mongo (1.1.2)
Installing will_paginate (3.0.pre2)
Installing mongoid (2.0.0.beta.20)
Installing thor (0.14.6)
Installing railties (3.0.4)
Installing rails (3.0.4)
Installing sqlite3-ruby (1.3.2) with native extensions
Installing webrat (0.7.2)
Your bundle is complete! 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