Shopify / deprecation_toolkit

⚒Eliminate deprecations from your codebase ⚒
MIT License
460 stars 40 forks source link

Support older versions of ActiveSupport #14

Closed andrewmarkle closed 5 years ago

andrewmarkle commented 5 years ago

Hey there!

Really appreciate you open sourcing this gem! Just saw that you tested against different versions of activesupport and was wondering if it's possible to support older versions of active support (4.2.x). Right now we're still on the upgrade path from Rails 4.2 to 5 and this gem would help us get there!

Happy to open a PR if that helps!

Many thanks! 👌

Andrew

rafaelfranca commented 5 years ago

👍. 4.2 is still a supported version by the Rails team, so we should allow people to use this gem to upgrade from it.

rafaelfranca commented 5 years ago

Feel free to open a PR.