-
-
Notifications
You must be signed in to change notification settings - Fork 909
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
warning: constant ::Fixnum is deprecated #1001
Comments
Fixed by #1009 |
Do we have a plan to release |
Hi @leomao10 |
Are there not going to be any more releases? Use master from now on? |
Hi @chagar |
hi @guialbuk we are not very comfortable with the solution to use the master branch, is there any way a prerelease gem could be cut? looking at the milestone, there hasn't been any movement on them in a couple of years? |
@mcgoooo Not sure what you mean about not having movement in a couple of years. 😕 |
@guialbuk sorry, i was just looking at the milestone flag from the readme Great work on the library btw! |
@guialbuk We just ran into this issue, and were wondering if there's an update on either:
Your last update (~8 months ago) said that 4.0 will be released 'very soon'. Anything I can do to help? |
But my suggestion is to give a try to the Cheers |
Hi @guialbuk, Thanks for the quick response. So I'm using 3.1.3 and still seeing this error:
Checking the code confirms that this issue exists in 3.1.3 - shoulda-matchers/lib/shoulda/matchers/active_model/validate_inclusion_of_matcher.rb Line 551 in 3fea799
Happy to provide a PR for the above issue against the 3.1.3 tag. Unfortunately using Thanks. |
With ruby 2.4.0 release, tests with shoulda matchers are giving the above warnings.
Here is the details referring to deprecating Fixnum
https://bugs.ruby-lang.org/issues/12005
The text was updated successfully, but these errors were encountered: