JRuby Heroku Gem

邮差的信 提交于 2019-12-05 15:27:13

I think I had the same problem with OpenSSL and JRuby (ruby 1.9.2) incompatibility. If you just want to login, try

JRUBY_OPTS=--1.8 heroku login

This will use the 1.8.7 version of ruby implementation of jruby which should work with OpenSSL

Edit: For windows

set JRUBY_OPTS=--1.8

heroku login

set JRUBY_OPTS=--1.9

Edit:

As of

heroku-toolbelt/2.30.5 (java) ruby/1.9.2

I no longer have this problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!