Skip to content

Commit

Permalink
Require sass >= 3.5.2
Browse files Browse the repository at this point in the history
Bootstrap 4.x requires at least sass 3.5.2.

For more information see:
twbs/bootstrap-rubygem#122
sass/sass#2383
  • Loading branch information
Gregor MacDougall committed May 14, 2018
1 parent 014a875 commit b8ce8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jquery-rails'
s.add_dependency 'kaminari', '~> 1.1'
s.add_dependency 'sass-rails'
s.add_dependency 'sass', '>= 3.5.2'

s.add_dependency 'autoprefixer-rails', '~> 7.1'
s.add_dependency 'handlebars_assets', '~> 0.23'
Expand Down

0 comments on commit b8ce8be

Please sign in to comment.