elastic / apm-agent-ruby

https://www.elastic.co/solutions/apm
Apache License 2.0
168 stars 131 forks source link

Pin version of bigdecimal for ruby 2.4 #1417

Closed estolfo closed 1 year ago

estolfo commented 1 year ago

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