-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relax rails dependency #78
Relax rails dependency #78
Conversation
Nice ❤️. |
Thanks 😄 |
Makes sense! Really, sprockets shouldn't be a dependency...I only passively maintain this gem as an artifact of my last job. 😢 |
This relax the rails dependency to allow subversions of rails `6.0` to use the gem. In order to simplify the dependencies of the lib, instead of requiring all rails, just the relevant part are required. Travis has also been updated to run on rubies 2.5 and 2.6.
So in the end, I changed the dependencies to only require the parts of rails that are really needed by this gem. This way no need for Let me know :) |
@MaximeD fantastic! |
Awesome, thank you! |
This relax the rails dependency to allow subversions of rails
6.0
touse the gem.
In order to simplify the dependencies of the lib, instead of requiring
all rails, just the relevant part are required.
Travis has also been updated to run on rubies 2.5 and 2.6.