ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

odd gem version behavior #31

Closed jjb closed 11 years ago

jjb commented 11 years ago

I just did bundle outdated and was shown this:

  * turbo-sprockets-rails3 (0.3.2 > 0.1.16)

Then when I did bundle update turbo-sprockets-rails3, it only upgraded me to 0.2.12.

I don't see any dependencies in the gemspec that would result in this.

Any idea why this would be?

(thanks for a great project!)

ndbroadbent commented 11 years ago

Hi there, I've had to support different versions of sprockets, so 0.3.x is only for the latest Rails 3.2.9. I'll add a note to the README about this, though. Thanks!