Skip to content

Instantly share code, notes, and snippets.

@kares
Created May 16, 2018 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kares/fc5878a9252469a2dd079a07b218eb6c to your computer and use it in GitHub Desktop.
Save kares/fc5878a9252469a2dd079a07b218eb6c to your computer and use it in GitHub Desktop.
bin/jruby -v -J-Djruby.openssl.debug=true -S gem install rack
jruby 9.2.0.0-SNAPSHOT (2.5.0) 2018-05-16 2af4c3f Java HotSpot(TM) 64-Bit Server VM 9.0.4+11 on 9.0.4+11 +jit [linux-x86_64]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/home/kares/workspace/oss/jruby/lib/ruby/stdlib/jopenssl.jar) to constructor java.security.cert.CertificateFactory(java.security.cert.CertificateFactorySpi,java.security.Provider,java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.jruby.ext.openssl.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
/home/kares/workspace/oss/jruby/lib/ruby/stdlib/jars/installer.rb:48: warning: Ambiguous first argument; make sure.
Successfully installed rack-2.0.5
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment