yaml_record icon indicating copy to clipboard operation
yaml_record copied to clipboard

Troubles on dependencies

Open abouillis opened this issue 10 years ago • 1 comments

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

abouillis avatar Aug 12 '14 11:08 abouillis

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

nesquena avatar Aug 17 '14 00:08 nesquena