Skip to content

Will not work with Rails 3.1.x #3

@grempe

Description

@grempe

The gemspec requires:

s.add_dependency 'activerecord', ['~> 3.0.0']

Which prevents using this gem with Rails 3.1.x (current release)

If the gem is otherwise compatible using:

s.add_dependency 'activerecord', ['>= 3.0.0']

Might do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions