1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #36225 from deivid-rodriguez/workaround_sass_rails_requirement

Use a better requirement for sass-rails 6 prereleases
This commit is contained in:
Yuji Yaginuma 2019-05-09 17:33:55 +09:00 committed by GitHub
commit 669b52d296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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