Skip to content

Commit

Permalink
We don't need to use sass-rails 5.0.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 28, 2014
1 parent f25ad07 commit c6bd528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/lib/rails/generators/app_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ def assets_gemfile_entry
gems << GemfileEntry.github('sass-rails', 'rails/sass-rails',
'Use SCSS for stylesheets')
else
gems << GemfileEntry.version('sass-rails',
'~> 5.0.0.beta1',
gems << GemfileEntry.version('sass-rails', '~> 4.0',
'Use SCSS for stylesheets')
end

Expand Down

0 comments on commit c6bd528

Please sign in to comment.