Closed lxbrito closed 9 years ago
This should probably be in the readme.
polymer-rails (~> 1.0) x64-mingw32 depends on
sprockets (< 3.0.0) x64-mingw32
sass-rails (~> 5.0) x64-mingw32 depends on
sprockets (3.2.0)
In other words: can't use out of the box with the newest Rails.
The recently released Sprockets 3.0.0 no longer has the Sprockets::Processor class. So the gemspec must limit sprockets version < 3.0.0 until the new interface is adopted.