Skip to content

Instantly share code, notes, and snippets.

@alkema
Created October 28, 2010 00:11
Show Gist options
  • Save alkema/650294 to your computer and use it in GitHub Desktop.
Save alkema/650294 to your computer and use it in GitHub Desktop.
jody@jodys-macbook-pro-2 ~/code/benefic (master) $ git pull
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 5), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From github.com:domain7/benefic
e58ffce..fa0dd49 master -> origin/master
Updating e58ffce..fa0dd49
Fast-forward
.../_client_organization_contact.html.erb | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
jody@jodys-macbook-pro-2 ~/code/benefic (master) $ bundle install
Using rake (0.8.7)
Using activesupport (2.3.5)
Using rack (1.0.1)
Using actionpack (2.3.5)
Using actionmailer (2.3.5)
Using activerecord (2.3.5)
Using activeresource (2.3.5)
Using authlogic (2.1.5)
Using autotest (4.3.2)
Using builder (2.1.2)
Using mime-types (1.16)
Using xml-simple (1.0.12)
Using aws-s3 (0.6.2)
Using culerity (0.2.12)
Using nokogiri (1.4.3.1)
Using rack-test (0.5.4)
Using ffi (0.6.3)
Using json_pure (1.4.6)
Using rubyzip (0.9.4)
Using selenium-webdriver (0.0.28)
Using capybara (0.3.9)
Using columnize (0.3.1)
Using configuration (1.1.0)
Using diff-lcs (1.1.2)
Using trollop (1.16.2)
Using gherkin (2.1.5)
Using term-ansicolor (1.0.5)
Using cucumber (0.8.5)
Using cucumber-rails (0.3.2)
Using daemons (1.1.0)
Using database_cleaner (0.5.2)
Using rails (2.3.5)
Using declarative_authorization (0.5)
Using direct_address (0.1.1) from source at /Users/jody/code/benefic/vendor/gems/direct_address-0.1.1
Using dnssd (1.3.1)
Using email_spec (0.6.3)
Using eventmachine (0.12.10)
Using factory_girl (1.3.2)
Using faker (0.3.1)
Using fakeweb (1.3.0)
Using fastercsv (1.5.3)
Using i18n (0.4.1)
Using formtastic (1.1.0)
Using haml (3.0.18)
Using libxml-ruby (1.1.4)
Using happymapper (0.3.2)
Using is_taggable (0.1.0)
Using launchy (0.3.7)
Using linecache (0.43)
Using liquid (2.2.2)
Using paperclip (2.3.3)
Using pdftk (0.1.0) from git://github.com/sterrym/pdftk.git (at master)
Using pg (0.9.0)
Using phone (0.9.9.1) from source at /Users/jody/code/benefic/vendor/gems/phone-0.9.9.1
Using rspec (1.3.0)
Using yard (0.6.0)
Using pickle (0.4.2)
Using rest-client (1.6.1)
Using pivotal-tracker (0.2.1)
Using prawn-core (0.8.4)
Using prawn-layout (0.8.4)
Using prawn-security (0.8.4)
Using prawn (0.8.4)
Using rspec-rails (1.3.2)
Using ruby-debug-base (0.10.3)
Using ruby-debug (0.10.3)
Using searchlogic (2.4.19)
Using shoulda (2.11.3)
Using specjour (0.2.5)
Using sqlite3-ruby (1.3.1)
Using thin (1.2.7)
Using validation_reflection (0.3.7)
Using vpim (0.695)
Using watchr (0.7)
Using whereuat (0.1.0)
Using will_paginate (2.3.14)
Using bundler (1.0.0)
Updating .gem files in vendor/cache
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Your bundle was installed to `/Users/jody/.rvm/gems/ree-1.8.7-2010.02`
jody@jodys-macbook-pro-2 ~/code/benefic (master) $ git status
# On branch master
nothing to commit (working directory clean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment