Skip to content

Commit

Permalink
Prevent slow compile times of sassc gem
Browse files Browse the repository at this point in the history
Recent updates of Alpine / Sassc has resulted in very slow compile time
for this version. Temporarily revert to 2.1.0 until this issue
has been fixed upstream.

More here: sass/sassc-ruby#189
  • Loading branch information
emileswarts committed Nov 26, 2021
1 parent a28c7e5 commit d4ca856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "openssl"
gem "puma", "~> 5.5"
gem "rails", "~> 6.1.4"
gem "ransack"
gem "sassc-rails"
gem "sassc-rails", "~> 2.1.0"
gem "sentry-rails"
gem "sentry-ruby"
gem "sprockets", "~> 4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ DEPENDENCIES
ransack
rspec-rails (~> 5.0.2)
rubocop-govuk
sassc-rails
sassc-rails (~> 2.1.0)
selenium-webdriver
sentry-rails
sentry-ruby
Expand Down

0 comments on commit d4ca856

Please sign in to comment.