yaml_record
yaml_record copied to clipboard
Troubles on dependencies
Hello,
i tried to add yaml_record to a rails 4.1 project and i got that error:
yaml_record (>= 0) ruby depends on activesupport (~> 2.3.11) ruby
My activesupport version is actually 4.1.4
Unfortunately yaml_record is locked to an older version of activesupport making it incompatible with newer versions of Rails. Would be easy to fix in a patch though https://github.com/nicotaing/yaml_record/blob/master/yaml_record.gemspec https://github.com/nicotaing/yaml_record/blob/master/lib/yaml_record.rb#L1-L5