Force sass-rails ~> 4.0.2 to avoid sprockets compatibility error

See https://github.com/rails/sass-rails/issues/191 for more information
This commit is contained in:
Rafael Mendonça França 2014-03-14 13:20:16 -03:00
parent 13cdb5fb49
commit eaa19cc576

@ -246,7 +246,7 @@ def assets_gemfile_entry
'Use SCSS for stylesheets')
else
gems << GemfileEntry.version('sass-rails',
'~> 4.0.1',
'~> 4.0.2',
'Use SCSS for stylesheets')
end