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

Suppress Fixnum/Bignum deprecated warnings for Ruby 2.4.0. #96

Merged

Conversation

junaruga
Copy link
Contributor

This fixes #95 .
About checking the ruby version and conditionally change the assertion.
I referred a commit mongodb/bson-ruby@28646a5 .
I checked my updating lines with rubocop.

@rails-bot
Copy link

r? @kaspth

(@rails-bot has picked a reviewer for you, use r? to override)

@junaruga junaruga force-pushed the feature/suppress-fixnum-bignum-warnings branch from 5c690e1 to c1ef236 Compare February 13, 2017 22:53
@rafaelfranca rafaelfranca merged commit 87618e7 into rails:master Feb 13, 2017
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

Successfully merging this pull request may close these issues.

{Fixnum,Bignum} is deprecated on Ruby 2.4
4 participants