We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
could you update less-rails.gemspec and replace
gem.add_runtime_dependency 'sprockets', '~> 3.0'
by
gem.add_runtime_dependency 'sprockets', '>= 3.0'
thanks
The text was updated successfully, but these errors were encountered:
There is an open branch with a similar change to allow sprockets 4.x #159
but we would need to convert the travis file to github actions and make sure all tests pass with both versions for sprockets
is that something you would be interested in doing ?
Sorry, something went wrong.
No branches or pull requests
could you update
less-rails.gemspec
and replace
gem.add_runtime_dependency 'sprockets', '~> 3.0'
by
gem.add_runtime_dependency 'sprockets', '>= 3.0'
thanks
The text was updated successfully, but these errors were encountered: