Skip to content

Instantly share code, notes, and snippets.

@felixkiss
Created March 27, 2013 14:04
Show Gist options
  • Save felixkiss/5254382 to your computer and use it in GitHub Desktop.
Save felixkiss/5254382 to your computer and use it in GitHub Desktop.
➜ bundle && rake
Resolving dependencies...
Using rake (10.0.3)
Using i18n (0.6.4)
Using multi_json (1.7.1)
Using activesupport (3.2.9)
Using builder (3.0.4)
Using activemodel (3.2.9)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.1)
Using tilt (1.3.6)
Using sprockets (2.2.2)
Using actionpack (3.2.9)
Using mime-types (1.19)
Using polyglot (0.3.3)
Using treetop (1.4.12)
Using mail (2.4.4)
Using actionmailer (3.2.9)
Using arel (3.0.2)
Using tzinfo (0.3.35)
Using activerecord (3.2.9)
Using activeresource (3.2.9)
Using bundler (1.3.4)
Using appraisal (0.5.1)
Using ffi (1.2.0)
Using childprocess (0.3.6)
Using diff-lcs (1.2.1)
Using json (1.7.7)
Using gherkin (2.11.5)
Using cucumber (1.2.1)
Using rspec-expectations (2.13.0)
Using aruba (0.5.1)
Using metaclass (0.0.1)
Using mocha (0.13.3)
Using bourne (1.4.0)
Using rack-ssl (1.3.3)
Using rdoc (3.12.2)
Using thor (0.17.0)
Using railties (3.2.9)
Using rails (3.2.9)
Using rspec-core (2.13.1)
Using rspec-mocks (2.13.0)
Using rspec-rails (2.13.0)
Using shoulda-context (1.0.1)
Using shoulda-matchers (1.5.4) from source at .
Using sqlite3 (1.3.6)
Using strong_parameters (0.1.5)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
>> BUNDLE_GEMFILE=/Users/felix/code/shoulda-matchers/gemfiles/3.0.gemfile bundle exec /Users/felix/.rbenv/versions/1.9.3-p374/bin/rake
Could not find activesupport-3.0.20 in any of the sources
Run `bundle install` to install missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment