Skip to content

Commit

Permalink
I appear to need sassc-rails to run the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Nov 24, 2023
1 parent c57bd4d commit 747ce9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.1"
gem "sprockets-rails", "~> 3.4"
gem "sassc-rails"

group :development, :test do
gem "appraisal"
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.16.3)
formulaic (0.4.1)
activesupport
capybara
Expand Down Expand Up @@ -279,6 +280,14 @@ GEM
rspec-support (3.12.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.15.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -298,6 +307,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
tilt (2.3.0)
timecop (0.9.8)
timeout (0.4.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -350,6 +360,7 @@ DEPENDENCIES
pundit
rack-timeout
redcarpet
sassc-rails
selenium-webdriver
sentry-raven
shoulda-matchers
Expand Down

0 comments on commit 747ce9e

Please sign in to comment.