Skip to content
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

less-rails 5.0 require sprocket 3 #157

Open
seb-sykio opened this issue Jul 12, 2021 · 1 comment
Open

less-rails 5.0 require sprocket 3 #157

seb-sykio opened this issue Jul 12, 2021 · 1 comment

Comments

@seb-sykio
Copy link

could you update
less-rails.gemspec
and replace

gem.add_runtime_dependency 'sprockets', '~> 3.0'

by

gem.add_runtime_dependency 'sprockets', '>= 3.0'

thanks

@mathieujobin
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants