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
From comments, update to:
gem 'rails', '~> 4.1.1'