Skip to content

Instantly share code, notes, and snippets.

@jcalvert
Created December 15, 2011 18:46
Show Gist options
  • Save jcalvert/1482292 to your computer and use it in GitHub Desktop.
Save jcalvert/1482292 to your computer and use it in GitHub Desktop.
jruby-head gem install fail
71vzn91:tmp jcalvert$ rvm use jruby-1.6.5
Using /Users/jcalvert/.rvm/gems/jruby-1.6.5
71vzn91:tmp jcalvert$ gem install bundler
Successfully installed bundler-1.0.21
1 gem installed
71vzn91:tmp jcalvert$ rvm use jruby-head
Using /Users/jcalvert/.rvm/gems/jruby-head
71vzn91:tmp jcalvert$ gem install bundler
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::EAGAIN: Resource temporarily unavailable (http://gemcutter.org/gems/bundler-1.0.21.gem)
71vzn91:tmp jcalvert$ gem install jruby-openssl
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::EAGAIN: Resource temporarily unavailable (http://gemcutter.org/gems/bouncy-castle-java-1.5.0146.1.gem)
71vzn91:tmp jcalvert$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment