Created
August 11, 2010 15:36
-
-
Save wincent/519167 to your computer and use it in GitHub Desktop.
This file contains 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 update | |
Updating git://github.com/jnicklas/capybara.git | |
Updating git://github.com/btakita/rr.git | |
Updating git://github.com/cavalle/steak.git | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.8.7) | |
Using abstract (1.0.0) | |
Using activesupport (3.0.0.rc) | |
Using builder (2.1.2) | |
Using i18n (0.4.1) | |
Using activemodel (3.0.0.rc) | |
Using erubis (2.6.6) | |
Using rack (1.2.1) | |
Using rack-mount (0.6.9) | |
Using rack-test (0.5.4) | |
Using tzinfo (0.3.22) | |
Using actionpack (3.0.0.rc) | |
Using mime-types (1.16) | |
Using polyglot (0.3.1) | |
Using treetop (1.4.8) | |
Using mail (2.2.5) | |
Using actionmailer (3.0.0.rc) | |
Using arel (0.4.0) | |
Using activerecord (3.0.0.rc) | |
Using activeresource (3.0.0.rc) | |
Using autotest (4.3.2) | |
Using bundler (1.0.0.rc.4) | |
Using culerity (0.2.10) | |
Installing nokogiri (1.4.3.1) with native extensions | |
Using ffi (0.6.3) | |
Installing json_pure (1.4.6) | |
Using rubyzip (0.9.4) | |
Using selenium-webdriver (0.0.27) | |
Using capybara (0.3.9) from git://github.com/jnicklas/capybara.git (at master) | |
Using cgi_multipart_eof_fix (2.5.0) | |
Using columnize (0.3.1) | |
Using configuration (1.1.0) | |
Using daemons (1.1.0) | |
Using database_cleaner (0.5.2) | |
Using diff-lcs (1.1.2) | |
Installing factory_girl (1.3.2) | |
Using thor (0.14.0) | |
Using railties (3.0.0.rc) | |
Using rails (3.0.0.rc) | |
Using factory_girl_rails (1.0) | |
Using fastthread (1.0.7) | |
Using gem_plugin (0.2.3) | |
Installing haml (3.0.16) | |
Using hpricot (0.8.2) | |
Using launchy (0.3.7) | |
Using linecache (0.43) | |
Using mkdtemp (1.2) | |
Using mongrel (1.1.5) | |
Using mysql (2.8.1) | |
Using rcov (0.9.8) | |
Using rr (0.10.11) from git://github.com/btakita/rr.git (at master) | |
Using rspec-core (2.0.0.beta.19) | |
Using rspec-expectations (2.0.0.beta.19) | |
Using rspec-mocks (2.0.0.beta.19) | |
Using rspec (2.0.0.beta.19) | |
Using webrat (0.7.2.beta.1) | |
Using rspec-rails (2.0.0.beta.19) | |
Using ruby-debug-base (0.10.3) | |
Using ruby-debug (0.10.3) | |
Using steak (0.4.0.beta.1) from git://github.com/cavalle/steak.git (at master) | |
Using wikitext (2.0) | |
Using wopen3 (0.3) | |
Updating .gem files in vendor/cache | |
* nokogiri-1.4.3.1.gem | |
* json_pure-1.4.6.gem | |
* factory_girl-1.3.2.gem | |
* haml-3.0.16.gem | |
Removing outdated .gem files from vendor/cache | |
* celerity-0.8.0.beta.3.gem | |
* factory_girl-1.3.1.gem | |
* haml-3.0.15.gem | |
* jruby-openssl-0.7.gem | |
* json_pure-1.4.3.gem | |
* nokogiri-1.4.2.gem | |
Your bundle is updated! 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