Skip to content

Instantly share code, notes, and snippets.

@rhinux
Created March 17, 2013 23:53
Show Gist options
  • Save rhinux/5184171 to your computer and use it in GitHub Desktop.
Save rhinux/5184171 to your computer and use it in GitHub Desktop.
gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.23
- RUBY VERSION: 1.9.3 (2012-04-20 patchlevel 194) [x86_64-linux]
- INSTALLATION DIRECTORY: /var/lib/gems/1.9.1
- RUBY EXECUTABLE: /usr/bin/ruby1.9.1
- EXECUTABLE DIRECTORY: /usr/local/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /var/lib/gems/1.9.1
- /root/.gem/ruby/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
because of old rubygems version I wanted to exec 'gem update --system' but had very obscure network problems, see also https://gist.github.com/rhinux/5184124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment