trailblazer / reform

Form objects decoupled from models.
https://trailblazer.to/2.1/docs/reform.html
MIT License
2.5k stars 184 forks source link

Loosen Representable dependency to allow versions < 4 #536

Closed richardboehme closed 2 years ago

richardboehme commented 2 years ago

This allows us to use representable 3.2.0 and other new minor versions.

richardboehme commented 2 years ago

@apotonick Do you know why the CI fails with Ruby head? Did they introduce some changes that are incompatible with reform? I do not think it relates with my change.

apotonick commented 2 years ago

@richardboehme Looks like a pry problem, remove it from the Gemfile if you feel like it. I never use it anyway.