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 error:
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails (= 4.1) ruby depends on
railties (= 4.1.0) ruby
sass-rails (~> 4.0) ruby depends on
railties (4.1.1)
Any idea how to work around it or fix it?
The latest version of sass rails solves this issue:
gem 'sass-rails', '~> 5.0.0.beta1'
From comments, update to:
gem 'rails', '~> 4.1.1'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With