Skip to content

Instantly share code, notes, and snippets.

@telent
Created November 15, 2011 13:14
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 telent/1367050 to your computer and use it in GitHub Desktop.
Save telent/1367050 to your computer and use it in GitHub Desktop.
:; export PATH=/usr/local/rbx/bin/:/home/dan/scripts:/home/dan/bin:/usr/local/lib/android/tools:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin
:; type ruby
ruby is /usr/local/rbx/bin/ruby
:; echo $GEM_HOME
/home/dan/gem
:; rm Gemfile.lock
:; bundle install
Fetching source index for http://rubygems.org/
Using rake (0.9.2.2)
Using log4r (1.1.9)
Using XMLCanonicalizer (1.0.1)
Using multi_json (1.0.3)
Using activesupport (3.1.2.rc2)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.2.rc2)
Using erubis (2.7.0)
Using rack (1.3.5)
Using rack-cache (1.1)
Using rack-mount (0.8.3)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.0)
Using actionpack (3.1.2.rc2)
Using actionmailer (0.6.1)
Using activerecord (1.6.0)
Using addressable (2.2.6)
Using coderay (0.9.8)
Using daemons (1.1.4)
Using eventmachine (0.12.10)
Using execjs (1.2.9)
Using multipart-post (1.1.3)
Using faraday (0.7.5)
Using rack-ssl (1.3.2)
Using json (1.6.1)
Using rdoc (3.11)
Using thor (0.14.6)
Using railties (3.1.2.rc2)
Using jquery-rails (1.0.17)
Using libv8 (3.3.10.2)
Using systemu (2.4.1)
Using macaddr (1.5.0)
Using metaclass (0.0.1)
Using sexp_processor (3.0.7)
Using ruby_parser (2.3.1)
Using method_source (0.6.7)
Using mime-types (1.17.2)
Using minitest (2.8.0)
Using minitest-rails (0.0.5)
Using mocha (0.10.0)
Using multi_xml (0.4.1)
Using net-ldap (0.2.2)
Using nokogiri (1.5.0)
Using oa-core (0.3.0)
Using rest-client (1.6.7)
Using oa-basic (0.3.0)
Using pyu-ruby-sasl (0.0.3.3)
Using rubyntlm (0.1.1)
Using uuid (2.3.4)
Using oa-enterprise (0.3.0)
Using oa-more (0.3.0)
Using oauth (0.4.5)
Using oauth2 (0.5.1)
Using oa-oauth (0.3.0)
Using ruby-openid (2.1.8)
Using rack-openid (1.3.1)
Using ruby-openid-apps-discovery (1.2.0)
Using oa-openid (0.3.0)
Using omniauth (0.3.0)
Using paperclip (2.3.8)
Using patron (0.4.16)
Using pg (0.11.0)
Using slop (2.1.0)
Using pry (0.9.7.4)
Using yard (0.7.3)
Using pry-doc (0.3.0)
Using rails (0.9.5)
Using sass (3.1.10)
Using sqlite3 (1.3.4)
Using therubyracer (0.9.9)
Using thin (1.3.1)
Using uglifier (1.0.4)
Using will_paginate (3.0.2)
Using yaml_db (0.2.2)
Using bundler (1.0.21)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
:; bundle show eventmachine
/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10
:; bundle exec ruby -v
rubinius 2.0.0dev (1.9.2 a2707e34 yyyy-mm-dd JI) [i686-pc-linux-gnu]
Could not find eventmachine-0.12.10 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