Data transformation toolkit

data-mapping data-transformation dry-rb function-composition functional library ruby rubygem
1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
Tests broken on Ruby 3.4 about 2 months ago

AI Summary: Tests are failing on Ruby 3.4 with a `LoadError` for `bigdecimal`. This occurs because `bigdecimal` is no longer a default gem in Ruby 3.4, but the project's `lib/dry/transformer/coercions.rb` file explicitly requires it. The proposed fix is to add `bigdecimal` as an explicit dependency in the Gemfile.

Complexity: 1/5
bug help wanted

Data transformation toolkit

Ruby
#data-mapping#data-transformation#dry-rb#function-composition#functional#library#ruby#rubygem