提交 2e4c65e3 编写于 作者: G Guillermo Iguaran

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

上级 0ec2a907
......@@ -307,7 +307,7 @@ def rails_version_specifier(gem_version = Rails.gem_version)
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册