Created
January 25, 2012 03:38
-
-
Save EppO/1674568 to your computer and use it in GitHub Desktop.
rbx bundle install using rubygems 1.8.12 & 1.8.15
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
$ rvm use [email protected] | |
Using /Users/florent/.rvm/gems/rbx-head with gemset rubygems-1.8.11 | |
$ gem -v | |
1.8.11 | |
$ ruby -v | |
rubinius 2.0.0dev (1.8.7 d1c8aa95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] | |
$ time bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.0.4) | |
Installing activesupport (3.2.0) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.0) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.0) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.1) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.0) | |
Installing arel (3.0.0) | |
Installing tzinfo (0.3.31) | |
Installing activerecord (3.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.0) | |
Installing rspec-core (2.8.0) | |
Installing diff-lcs (1.1.3) | |
Installing rspec-expectations (2.8.0) | |
Installing rspec-mocks (2.8.0) | |
Installing rspec (2.8.0) | |
Installing rspec-rails (2.8.1) | |
Installing ammeter (0.2.2) | |
Installing bson (1.5.2) | |
Installing bson_ext (1.5.2) with native extensions | |
Using bundler (1.0.21) | |
Installing mongo (1.5.2) | |
Installing mongoid (2.4.2) | |
Using rolify (3.0.0) from source at . | |
Installing sqlite3 (1.3.5) with native extensions | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 72.63s user 8.01s system 114% cpu 1:10.14 total |
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
$ rvm use [email protected] | |
Using /Users/eppo/.rvm/gems/rbx-head | |
$ gem -v | |
1.8.12 | |
$ ruby -v | |
rubinius 2.0.0dev (1.8.7 d1c8aa95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] | |
$ time bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.0.4) | |
Installing activesupport (3.2.0) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.0) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.0) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.1) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.0) | |
Installing arel (3.0.0) | |
Installing tzinfo (0.3.31) | |
Installing activerecord (3.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.0) | |
Installing rspec-core (2.8.0) | |
Installing diff-lcs (1.1.3) | |
Installing rspec-expectations (2.8.0) | |
Installing rspec-mocks (2.8.0) | |
Installing rspec (2.8.0) | |
Installing rspec-rails (2.8.1) | |
Installing ammeter (0.2.2) | |
Installing bson (1.5.2) | |
Installing bson_ext (1.5.2) with native extensions | |
Using bundler (1.0.21) | |
Installing mongo (1.5.2) | |
Installing mongoid (2.4.2) | |
Using rolify (3.0.0) from source at . | |
Installing sqlite3 (1.3.5) with native extensions | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 78,80s user 7,61s system 91% cpu 1:34,26 total |
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
$ rvm use @rubygems-1.8.13 | |
Using /Users/florent/.rvm/gems/rbx-head with gemset rubygems-1.8.13 | |
$ gem -v | |
1.8.13 | |
$ ruby -v | |
rubinius 2.0.0dev (1.8.7 d1c8aa95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] | |
$ time bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.0.4) | |
Installing activesupport (3.2.0) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.0) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.0) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.1) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.0) | |
Installing arel (3.0.0) | |
Installing tzinfo (0.3.31) | |
Installing activerecord (3.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.0) | |
Installing rspec-core (2.8.0) | |
Installing diff-lcs (1.1.3) | |
Installing rspec-expectations (2.8.0) | |
Installing rspec-mocks (2.8.0) | |
Installing rspec (2.8.0) | |
Installing rspec-rails (2.8.1) | |
Installing ammeter (0.2.2) | |
Installing bson (1.5.2) | |
Installing bson_ext (1.5.2) with native extensions | |
Using bundler (1.0.21) | |
Installing mongo (1.5.2) | |
Installing mongoid (2.4.2) | |
Using rolify (3.0.0) from source at . | |
Installing sqlite3 (1.3.5) with native extensions | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 688.10s user 15.61s system 99% cpu 11:50.35 total |
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
$ rvm use [email protected] --create | |
Using /Users/florent/.rvm/gems/rbx-head with gemset rubygems-1.8.14 | |
$ gem -v | |
1.8.14 | |
$ ruby -v | |
rubinius 2.0.0dev (1.8.7 d1c8aa95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] | |
$ time bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.0.4) | |
Installing activesupport (3.2.0) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.0) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.0) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.1) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.0) | |
Installing arel (3.0.0) | |
Installing tzinfo (0.3.31) | |
Installing activerecord (3.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.0) | |
Installing rspec-core (2.8.0) | |
Installing diff-lcs (1.1.3) | |
Installing rspec-expectations (2.8.0) | |
Installing rspec-mocks (2.8.0) | |
Installing rspec (2.8.0) | |
Installing rspec-rails (2.8.1) | |
Installing ammeter (0.2.2) | |
Installing bson (1.5.2) | |
Installing bson_ext (1.5.2) with native extensions | |
Using bundler (1.0.21) | |
Installing mongo (1.5.2) | |
Installing mongoid (2.4.2) | |
Using rolify (3.0.0) from source at . | |
Installing sqlite3 (1.3.5) with native extensions | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 692.14s user 15.43s system 101% cpu 11:38.44 total |
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
$ rvm use [email protected] | |
Using /Users/eppo/.rvm/gems/rbx-head | |
$ gem -v | |
1.8.15 | |
$ ruby -v | |
rubinius 2.0.0dev (1.8.7 d1c8aa95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] | |
$ time bundle install | |
Fetching source index for http://rubygems.org/ | |
Installing rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.0.4) | |
Installing activesupport (3.2.0) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.0) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.0) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.1) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.0) | |
Installing arel (3.0.0) | |
Installing tzinfo (0.3.31) | |
Installing activerecord (3.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.0) | |
Installing rspec-core (2.8.0) | |
Installing diff-lcs (1.1.3) | |
Installing rspec-expectations (2.8.0) | |
Installing rspec-mocks (2.8.0) | |
Installing rspec (2.8.0) | |
Installing rspec-rails (2.8.1) | |
Installing ammeter (0.2.2) | |
Installing bson (1.5.2) | |
Installing bson_ext (1.5.2) with native extensions | |
Using bundler (1.0.21) | |
Installing mongo (1.5.2) | |
Installing mongoid (2.4.2) | |
Using rolify (3.0.0) from source at . | |
Installing sqlite3 (1.3.5) with native extensions | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 670,50s user 20,65s system 90% cpu 12:39,56 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment