Skip to content

Commit

Permalink
pin sassc-rails to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Jun 8, 2021
1 parent b1bf3df commit 921d3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.1'
gem 'pg', '~> 1.1'
# Use Puma as the app server
gem 'puma', '~> 5.0'
# Use SCSS for stylesheets
gem 'sassc-rails'
# Use SCSS for stylesheets. Pin sasscc-rails to v2.1.0 to avoid 3-9 minute compile time. See https://github.com/sass/sassc-ruby/issues/189
gem 'sassc-rails', '2.1.0'
#gem 'sass-rails', '~> 5.0' # sass-rails is at end of lifetime
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
Expand Down

0 comments on commit 921d3e9

Please sign in to comment.