Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize new releases of JRuby #34

Open
olleolleolle opened this issue Sep 11, 2017 · 1 comment
Open

Recognize new releases of JRuby #34

olleolleolle opened this issue Sep 11, 2017 · 1 comment

Comments

@olleolleolle
Copy link

olleolleolle commented Sep 11, 2017

There are quite a few new JRuby releases.

Here are the RUBY_VERSION constants for each:

$ rvm jruby-9.1.10.0 do ruby -e 'puts RUBY_VERSION'
2.3.3

$ rvm jruby-9.1.12.0 do ruby -e 'puts RUBY_VERSION'
2.3.3

$ rvm jruby-9.1.13.0 do ruby -e 'puts RUBY_VERSION'
2.3.3

The current situation is that the tool fails with this message:

[!] There was an error parsing `Gemfile`:
RubyDep Error: Unrecognized JRuby version: "9.1.13.0". Bundler cannot continue.
@olleolleolle
Copy link
Author

(PR incoming.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant