bin icon indicating copy to clipboard operation
bin copied to clipboard

Rails 3.0.x

Open mikeauclair opened this issue 14 years ago • 3 comments
trafficstars

Was the removal of Rails 3.0.x support intentional with bin 0.7.0? All appears to work when the active_support dependency in the gemspec is rolled back to ~> 3.0.0

mikeauclair avatar Sep 23 '11 19:09 mikeauclair

I guess not super intentional. I can make it more liberal. ~> 3.0 would work, but ~> 3.0.0 wouldn't work with 3.1, I believe.

On Friday, September 23, 2011 at 3:33 PM, Mike Auclair wrote:

Was the removal of Rails 3.0.x support intentional with bin 0.7.0? All appears to work when the active_support dependency in the gemspec is rolled back to ~> 3.0.0

Reply to this email directly or view it on GitHub: https://github.com/jnunemaker/bin/issues/3

jnunemaker avatar Sep 23 '11 22:09 jnunemaker

What about '>= 3.0.0', '< 3.2.0' to prevent it from working with a hypothetical 3.2.0 without verification?

mikeauclair avatar Sep 23 '11 23:09 mikeauclair

That should work. Feel free to try it out and send pull. If not I'll look into it eventually.

On Friday, September 23, 2011 at 7:30 PM, Mike Auclair wrote:

What about '>= 3.0.0', '< 3.2.0' to prevent it from working with a hypothetical 3.2.0 without verification?

Reply to this email directly or view it on GitHub: https://github.com/jnunemaker/bin/issues/3#issuecomment-2183856

jnunemaker avatar Sep 24 '11 02:09 jnunemaker