Skip to content

Commit

Permalink
Use sass-rails 4.0.0 in new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jun 25, 2013
1 parent 29d5c2c commit 4da9228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def assets_gemfile_entry
else else
<<-GEMFILE.strip_heredoc <<-GEMFILE.strip_heredoc
# Use SCSS for stylesheets # Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0.rc2' gem 'sass-rails', '~> 4.0.0'
# Use Uglifier as compressor for JavaScript assets # Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0' gem 'uglifier', '>= 1.3.0'
Expand Down

0 comments on commit 4da9228

Please sign in to comment.