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
Installing the bundler gem, then invoking bundle yields a LoadError in jruby-complete 1.7.21 and 9.0.0.0
For the test case, consider the following bash script install-jruby, which fetches a given jruby version, installs the bundler gem and calls bundle init.
@paulmenzel the label says fixed with 1.7.23 - so if you see the same issue with jruby-1.7.23 then please create a new issue or let me know to reopen this one
Installing the bundler gem, then invoking
bundle
yields a LoadError in jruby-complete 1.7.21 and 9.0.0.0For the test case, consider the following bash script
install-jruby
, which fetches a given jruby version, installs the bundler gem and callsbundle init
.I'm getting the following outputs when invoking the script for different versions of jruby:
1.7.19
1.7.21
9.0.0.0
The text was updated successfully, but these errors were encountered: