Closed coolbrg closed 4 years ago
:wave:
Hi there that sounds more like an intermittent networkk error to me to be honest.
Works for me... might want to check your java -version
so maybe something is misbehaving with JRuby/Java but otherwise this should all work. Just tried it out and it did for me.
Do other gems work?
Do other gems work?
Hmm, should have checked this. Others also not working :smile:
$ rvm use jruby-9.2.6.0
Using /Users/coolbrg/.rvm/gems/jruby-9.2.6.0
$ gem install shoes4 --pre
ERROR: While executing gem ... (IOError)
No route to host
$ java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode)
$ gem install bundler
ERROR: While executing gem ... (IOError)
No route to host
Any idea what might be the issue here? 🤔
seems like some missing network libraries or what not... I'd try to install a new JRuby version 9.2.11.0 or what not. Seems more like your JRuby install is borked but no idea/why/how/or what.
Closing as not directly related. Hope you still get to fix it though 🤞
I have tried both ways i.e using
gem install shoes --pre
and cloning the repo and doinggem install bundler && bundle install
. In both the cases I am getting the following error:My gem env is
Any idea what I am doing wrong here?