Skip to content

Commit

Permalink
Merge pull request #10 from basecamp/drop-sassc-dependency
Browse files Browse the repository at this point in the history
Barely used anyway, incompatible with Propshaft
  • Loading branch information
dhh committed Jan 22, 2022
2 parents c1c2cf9 + e31612c commit 4196408
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ PATH
console1984
rinku
rouge
sassc-rails
turbo-rails

GEM
Expand Down Expand Up @@ -132,6 +131,8 @@ GEM
minitest (5.14.4)
mysql2 (0.5.3)
nio4r (2.5.8)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
Expand Down Expand Up @@ -216,6 +217,7 @@ GEM
zeitwerk (2.5.0.beta)

PLATFORMS
arm64-darwin-21
x86_64-darwin-20
x86_64-linux

Expand All @@ -236,4 +238,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.24
2.2.28
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
form {
width: 100%;
}
}
5 changes: 5 additions & 0 deletions app/assets/stylesheets/audits1984/sessions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.sessions .session {
color: initial;
padding: 0.5rem 0;
border-bottom: 1px solid rgba(128,128,128,0.32);
}
7 changes: 0 additions & 7 deletions app/assets/stylesheets/audits1984/sessions.scss

This file was deleted.

1 change: 0 additions & 1 deletion audits1984.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rouge'
spec.add_dependency 'turbo-rails'
spec.add_dependency 'sassc-rails'
spec.add_dependency 'rinku'
spec.add_dependency 'console1984'

Expand Down

0 comments on commit 4196408

Please sign in to comment.