bin
bin copied to clipboard
Rails 3.0.x
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
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
What about '>= 3.0.0', '< 3.2.0' to prevent it from working with a hypothetical 3.2.0 without verification?
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