zendesk/curly

rails 4.1?

holden opened this issue · 4 comments

I have a rails 4.1 project and noticed there's a dependency for "actionpack", [">= 3.1", "< 4.1" and a similar dependency on railties.

I made a branch and bumped the versions to allow for 4.1 and things seem to work without issue thus far, I'm wondering if there's a specific reason it's stuck at 4.0.X?

Thanks,

Only that I haven't had time to test it. Please create a PR and I'll review it!

I've merged a fix for this into master. Are you okay with adding a dependency on the master branch in your Gemfile?

Awesome. That's fine thanks, that's what I'd been doing from my branch anyway. And thanks for getting back to me so quickly!

No problem :-)