alchaplinsky / polymer-rails

Polymer and web components for Ruby on Rails
MIT License
286 stars 80 forks source link

limiting sprockets version < 3.0.0 #40

Closed lxbrito closed 9 years ago

lxbrito commented 9 years ago

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.

SleeplessByte commented 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.