howaboutwe / experimental

MIT License
20 stars 2 forks source link

Loosens Rails version dependency #14

Closed bryanwoods closed 11 years ago

bryanwoods commented 11 years ago

Locking to ~> 3.2.6 makes experimental non-Rails 4 compatible. As far as I know, everything should work fine on Rails 3.1+ (and possibly as far back as 3.0.x). Loosening to >= 3.1.0 to fix this issue.

Bumps version

bryanwoods commented 11 years ago

@oggy Fixed

oggy commented 11 years ago

Heh, I should have said < 5.0, not <= 5.0.

We should probably get appraisal going or something to make sure we don't break 4.x.