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

BigDecimal#initialize was removed in 2.0.0 #161

Merged
merged 1 commit into from Apr 21, 2020

Conversation

agrare
Copy link
Member

@agrare agrare commented Apr 21, 2020

Move to BigDecimal(value) instead of BigDecimal.new(value) as this was removed and no longer works on recent rubies (https://github.com/ruby/bigdecimal/blob/master/CHANGES.md#200)

ManageIQ/manageiq#19678

Move to BigDecimal(value) instead of BigDecimal.new(value) as this was
removed and no longer works on recent rubies
@miq-bot
Copy link
Member

miq-bot commented Apr 21, 2020

Checked commit agrare@f8e4396 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. ⭐

@agrare
Copy link
Member Author

agrare commented Apr 21, 2020

Thanks for the review @masayag this is green now

@agrare agrare added the bug label Apr 21, 2020
@masayag masayag merged commit fb0f83e into ManageIQ:master Apr 21, 2020
@agrare agrare deleted the fix_big_decimal_failure_ruby_2_7 branch April 21, 2020 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants