Skip to content

Commit

Permalink
Remove SASSC gem
Browse files Browse the repository at this point in the history
  The gem was added because the 2.10.1 release of better_errors broke
  the build. A new release 2.10.1 fixed the issue and SASSC is no longer
  needed in the application.

  The css is compiled and included in the built gem.

  Breaking Change: BetterErrors/better_errors#498
  Fix: BetterErrors/better_errors#520
  • Loading branch information
inulty-dfe committed Jul 12, 2023
1 parent 5922510 commit 3db0a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ gem 'rails', '7.0.6'
# Use PostgreSQL as the database for Active Record
gem 'pg'

# This library utilizes libsass to allow you to compile SCSS or SASS syntax to CSS

gem 'sassc'

# Authorisation
gem 'pundit'

Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubypants (0.7.1)
sassc (2.4.0)
ffi (~> 1.9)
schema_to_scaffold (0.8.2)
activesupport (~> 7)
semantic_logger (4.13.0)
Expand Down Expand Up @@ -829,7 +827,6 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rubypants
sassc
schema_to_scaffold
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 3db0a30

Please sign in to comment.