Skip to content

Commit 7e6d333

Browse files
committed
gem: pin sassc to 2.1
ideally we'd remove sassc as we make no use of it but in the meantime: sass/sassc-ruby#189 (comment)
1 parent c217eaa commit 7e6d333

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gem "mini_magick"
2222
gem "pdfkit"
2323
gem "pg", ">= 0.18", "< 2.0"
2424
gem "puma", "~> 4"
25+
gem "sassc", "~> 2.1.0"
2526
gem "rails", "~> 6.1.4"
2627
gem "rswag-ui"
2728
gem "webpacker", "~> 5.4"

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ GEM
390390
ffi (~> 1.12)
391391
ruby2_keywords (0.0.5)
392392
rubyzip (2.3.2)
393+
sassc (2.1.0)
394+
ffi (~> 1.9)
395+
sassc (2.1.0-x86_64-linux)
396+
ffi (~> 1.9)
393397
selenium-webdriver (3.142.7)
394398
childprocess (>= 0.5, < 4.0)
395399
rubyzip (>= 1.2.2)
@@ -490,6 +494,7 @@ DEPENDENCIES
490494
rubocop
491495
rubocop-rails
492496
rubocop-rspec
497+
sassc (~> 2.1.0)
493498
selenium-webdriver
494499
simplecov
495500
web-console

0 commit comments

Comments
 (0)