Allow sass-rails greater than 5.x in new apps

This commit is contained in:
Guillermo Iguaran 2019-04-22 14:35:04 -05:00
parent 0ec2a90754
commit 2e4c65e3af
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ module Rails
def assets_gemfile_entry
return [] if options[:skip_sprockets]
GemfileEntry.version("sass-rails", "~> 5.0", "Use SCSS for stylesheets")
GemfileEntry.version("sass-rails", "~> 5", "Use SCSS for stylesheets")
end
def webpacker_gemfile_entry