Skip to content

Pin version of bigdecimal for ruby 2.4#1417

Merged
estolfo merged 2 commits intoelastic:mainfrom
estolfo:bigdecimal-failure
Sep 13, 2023
Merged

Pin version of bigdecimal for ruby 2.4#1417
estolfo merged 2 commits intoelastic:mainfrom
estolfo:bigdecimal-failure

Conversation

@estolfo
Copy link
Contributor

@estolfo estolfo commented Sep 13, 2023

ruby 2.4 and rails 4.2 tests are failing because the version of bigdecimal installed is too high. The #new method is not defined for versions > 1.3.5.
This PR pins the bigdecimal gem version to 1.3.5 for ruby 2.4 as per the documentation for BigDecimal here

@estolfo estolfo requested a review from david-luna September 13, 2023 10:41
@estolfo estolfo merged commit 584fef4 into elastic:main Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants