We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: