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
976 stars 78 forks source link

Heroku deploy errors after ruby update(using buildpack) #84

Closed arfl closed 10 years ago

arfl commented 10 years ago

After the update on ruby 2.1.0 I get following errors:

-----> Ruby/Rails app detected
 !
 !     Invalid RUBY_VERSION specified: ruby-2.1.0
 !     Valid versions: ruby-2.0.0, ruby-1.9.3, ruby-1.9.2, ruby-1.8.7, ruby-1.9.3-jruby-1.7.0, ruby-1.8.7-jruby-1.7.0, ruby-1.9.3-jruby-1.7.1, ruby-1.8.7-jruby-1.7.1, ruby-1.9.3-rbx-2.0.0dev, ruby-1.8.7-rbx-2.0.0dev

Removing the buildpack fixes it again.

macowie commented 10 years ago

Just bumped ruby versions on a project and got this too.

arfl commented 10 years ago

Sorry, had to mention the fix before closing this issue. I used this buildpack and it ran again https://github.com/ndbroadbent/heroku-buildpack-turbo-sprockets/pull/5

macowie commented 10 years ago

Ah! Thank you.