-
Notifications
You must be signed in to change notification settings - Fork 961
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
Undefined method 'multiple_choices?' , using JRuby and compat.version=2.0 #202
Comments
This is my Gemfile:
I am using JRuby 1.7.3, Rails 3.2. |
Looks like JRuby 2.0 compatibility is missing the name change in |
Temporary fix in #204. |
I posted this as an issue in JRuby, adding pressure to add the 2.0 stdlib. We'll have to wait to see when that gets added in. Maybe in 1.7.4 🙏 |
Merged #204 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit a0a07c5 breaks JRuby 2.0 with "compat.version=2.0" with HTTParty HEAD, at least in my situation, with the following error:
The text was updated successfully, but these errors were encountered: