metaskills / less-rails

:-1: :train: Less.js For Rails

Home Page:http://github.com/metaskills/less-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

less-rails 5.0 require sprocket 3

seb-sykio opened this issue · comments

could you update
less-rails.gemspec
and replace

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

by

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

thanks

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 ?