Created
February 1, 2010 19:07
-
-
Save carlhuda/291914 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
$ bundle install | |
Source: Fetching remote index for `http://gemcutter.org`... done. | |
Source: Processing index... Done. | |
Source: Cloning `git://github.com/rails/rails.git`... Done. | |
Source: Processing index... Done. | |
Resolving dependencies... Done. | |
* text-hyphen (1.0.0) | |
* Downloading... | |
* Installing... | |
* activesupport (3.0.pre) | |
* Downloading... | |
* Installing... | |
* arel (0.2.0) | |
* Downloading... | |
* Installing... | |
* rack (1.1.0) | |
* Downloading... | |
* Installing... | |
* rack-test (0.5.3) | |
* Downloading... | |
* Installing... | |
* rack-mount (0.4.5) | |
* Downloading... | |
* Installing... | |
* activemodel (3.0.pre) | |
* Downloading... | |
* Installing... | |
* abstract (1.0.0) | |
* Downloading... | |
* Installing... | |
* erubis (2.6.5) | |
* Downloading... | |
* Installing... | |
Checking out files: 100% (1872/1872), done. | |
* mime-types (1.16) | |
* Downloading... | |
* Installing... | |
* mail (2.1.2) | |
* Downloading... | |
* Installing... | |
* rake (0.8.7) | |
* Downloading... | |
* Installing... | |
* text-format (1.0.0) | |
* Downloading... | |
* Installing... |
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
[carlhuda@Carlhudas-iMac new_app]$ gem list | |
*** LOCAL GEMS *** | |
abstract (1.0.0) | |
activemodel (3.0.pre) | |
activesupport (3.0.pre) | |
arel (0.2.0) | |
bundler (0.9.0.pre3) | |
erubis (2.6.5) | |
mail (2.1.2) | |
mime-types (1.16) | |
rack (1.1.0) | |
rack-mount (0.4.5) | |
rack-test (0.5.3) | |
rake (0.8.7) | |
text-format (1.0.0) | |
text-hyphen (1.0.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment