I\'m trying to update my Rails 4.0 app to 4.1. The app uses sass-rails, and when I try to update it using bundle update rails I get the following e
sass-rails
bundle update rails
The latest version of sass rails solves this issue:
gem 'sass-rails', '~> 5.0.0.beta1'