You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JRuby version (jruby -v) and command line (flags, JRUBY_OPTS, etc)
Operating system and platform (e.g. uname -a)
JRuby version 9.1.5.0 and 9.1.13.0
Linux 4.4.0-43-Microsoft
Other relevant info you may wish to add:
Installed or activated gems
Application/framework version (e.g. Rails, Sinatra)
Environment variables
trying to install bundler
Expected Behavior
Describe your expectation of how JRuby should behave, perhaps by showing how CRuby/MRI behaves.
Provide an executable Ruby script or a link to an example repository.
I'm expecting executing the command 'gem install bundler' while setting my current active ruby version via chruby to jruby v. 9.1.5.0 or v. 9.1.13.0 would result in the bundler gem being installed the way they install on my non jruby ruby versions.
Actual Behavior
Describe or show the actual behavior.
Provide text or screen capture showing the behavior.
I get the following error message after over ten minutes of waiting:
ERROR: Could not find a valid gem 'bundler' (>=0), here is why:
Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)
I had tried to run gem update --system but that results in a time out message as well. I'm currently on gem version 2.6.13.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Environment
Provide at least:
jruby -v
) and command line (flags, JRUBY_OPTS, etc)uname -a
)JRuby version 9.1.5.0 and 9.1.13.0
Linux 4.4.0-43-Microsoft
Other relevant info you may wish to add:
trying to install bundler
Expected Behavior
I'm expecting executing the command 'gem install bundler' while setting my current active ruby version via chruby to jruby v. 9.1.5.0 or v. 9.1.13.0 would result in the bundler gem being installed the way they install on my non jruby ruby versions.
Actual Behavior
I get the following error message after over ten minutes of waiting:
I had tried to run
gem update --system
but that results in a time out message as well. I'm currently on gem version 2.6.13.Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: