Skip to content

Instantly share code, notes, and snippets.

@brixen
Created November 21, 2013 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brixen/7587251 to your computer and use it in GitHub Desktop.
Save brixen/7587251 to your computer and use it in GitHub Desktop.
sasha:errawr-rails brian$ ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.0]
sasha:errawr-rails brian$ bundle --version
Bundler version 1.3.5
sasha:errawr-rails brian$ bundle
Fetching git://github.com/rubinius/rubinius-coverage.git
remote: Counting objects: 61, done.
remote: Compressing objects: 100% (37/37), done.
Receiving objects: 100% (61/61), 7.37 KiB | 0 bytes/s, done.
remote: Total 61 (delta 10), reused 59 (delta 8)
Resolving deltas: 100% (10/10), done.
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.1.0)
Using i18n (0.6.5)
Using minitest (4.7.5)
Using multi_json (1.8.2)
Using atomic (1.1.14)
Using thread_safe (0.1.3)
Using tzinfo (0.3.38)
Installing activesupport (4.0.1)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Installing actionpack (4.0.1)
Using mime-types (1.25)
Using polyglot (0.3.3)
Using treetop (1.4.15)
Using mail (2.5.4)
Installing actionmailer (4.0.1)
Installing activemodel (4.0.1)
Using activerecord-deprecated_finders (1.0.3)
Installing arel (4.0.1)
Installing activerecord (4.0.1)
Using bundler (1.3.5)
Using rest-client (1.6.7)
Installing docile (1.1.0)
Installing simplecov-html (0.8.0)
Installing simplecov (0.8.2)
Installing tins (0.13.1)
Using term-ansicolor (1.2.2)
Using thor (0.18.1)
Installing coveralls (0.7.0)
Using diff-lcs (1.2.5)
Installing errawr (1.1.5)
Installing errawr-http (1.0.1)
Using errawr-rails (1.0.0) from source at /source/trials/errawr-rails
errawr-rails at /source/trials/errawr-rails did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
"FIXME" or "TODO" is not a description
Using hike (1.2.3)
Installing railties (4.0.1)
Using tilt (1.4.1)
Using sprockets (2.10.0)
Installing sprockets-rails (2.0.1)
Installing rails (4.0.1)
Using rspec-core (2.14.7)
Using rspec-expectations (2.14.4)
Using rspec-mocks (2.14.4)
Installing rspec-rails (2.14.0)
Using sqlite3 (1.3.8)
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