Created
July 18, 2014 12:00
-
-
Save antoviaque/0f6ecc04a1beb68ec91d 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
| forum@ip-10-254-1-131:/edx/app/forum/cs_comments_service$ bundle install | |
| Fetching gem metadata from https://rubygems.org/....... | |
| Fetching gem metadata from https://rubygems.org/.. | |
| Installing rake (10.3.1) | |
| Using i18n (0.6.9) | |
| Installing multi_json (1.10.0) | |
| Using activesupport (3.2.8) | |
| Using builder (3.0.4) | |
| Using activemodel (3.2.8) | |
| Using erubis (2.7.0) | |
| Using journey (1.0.4) | |
| Using rack (1.4.1) | |
| Using rack-cache (1.2) | |
| Using rack-test (0.6.1) | |
| Using hike (1.2.1) | |
| Using tilt (1.3.3) | |
| Using sprockets (2.1.3) | |
| Using actionpack (3.2.8) | |
| Using blankslate (2.1.2.4) | |
| Using ampex (2.0.0) | |
| Installing ansi (1.4.3) | |
| Using bson (1.6.4) | |
| Using bson_ext (1.6.4) | |
| Using coderay (1.0.7) | |
| Using dalli (2.1.0) | |
| Using database_cleaner (1.2.0) | |
| Using delayed_job (3.0.3) | |
| Using moped (1.5.1) | |
| Using origin (1.1.0) | |
| Using tzinfo (0.3.38) | |
| Using mongoid (3.0.15) | |
| Using delayed_job_mongoid (1.0.8) from https://github.com/dementrock/delayed_job_mongoid.git (at master) | |
| Using diff-lcs (1.1.3) | |
| Using faker (1.0.1) | |
| Using listen (0.5.0) | |
| Using thor (0.16.0) | |
| Using guard (1.3.2) | |
| Using guard-unicorn (0.0.7) | |
| Using hashr (0.0.22) | |
| Using kaminari (0.13.0) from https://github.com/dementrock/kaminari.git (at master) | |
| Using kgio (2.7.4) | |
| Using method_source (0.8) | |
| Installing mime-types (2.2) | |
| Using mongo (1.6.4) | |
| Using mongoid-tree (1.0.0) from https://github.com/dementrock/mongoid-tree.git (at master) | |
| Using mongoid_magic_counter_cache (0.1.1) from https://github.com/dementrock/mongoid-magic-counter-cache.git (at master) | |
| Using newrelic_rpm (3.6.8.164) | |
| Using newrelic_moped (0.0.6) | |
| Using nokogiri (1.5.5) | |
| Using slop (3.3.2) | |
| Using pry (0.9.10) | |
| Using pry-nav (0.2.2) | |
| Using rack-contrib (1.2.0) from https://github.com/rack/rack-contrib.git (at 6ff3ca2) | |
| Using rack-protection (1.2.0) | |
| Using rack-timeout (0.1.0beta3) | |
| Using raindrops (0.10.0) | |
| Using rdiscount (1.6.8) | |
| Using rest-client (1.6.7) | |
| Using rspec-core (2.11.1) | |
| Using rspec-expectations (2.11.2) | |
| Using rspec-mocks (2.11.2) | |
| Using rspec (2.11.0) | |
| Using simplecov-html (0.7.1) | |
| Using simplecov (0.7.1) | |
| Using sinatra (1.3.3) | |
| Installing tire (0.6.2) | |
| Using tire-contrib (0.1.1) | |
| Using unicorn (4.3.1) | |
| Using voteable_mongo (0.9.3) from https://github.com/dementrock/voteable_mongo.git (at master) | |
| Using will_paginate (3.0.4) | |
| Using will_paginate_mongoid (1.1.0) | |
| Using yajl-ruby (1.1.0) | |
| Using bundler (1.3.2) | |
| Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
| Post-install message from tire: | |
| ================================================================================ | |
| Please check the documentation at <http://karmi.github.com/retire/>. | |
| -------------------------------------------------------------------------------- | |
| IMPORTANT CHANGES LATELY: | |
| 19e524c [ACTIVEMODEL] Exposed the response from `MyModel#.update_index` as the `response` method on return value | |
| bfcde21 [#916] Added support for the Suggest API (@marc-villanueva) | |
| 710451d [#857] Added support for the Suggest API (@fbatista) | |
| See the full changelog at <http://github.com/karmi/tire/commits/v0.6.2>. | |
| -------------------------------------------------------------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment