Skip to content

Commit

Permalink
Pin sassc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 18, 2024
1 parent 9869770 commit 0bc4e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ gem "sqlite3", "~> 1.4"

# Use Sass to process CSS
gem 'sassc-rails'
# https://github.com/sass/sassc-ruby/issues/146
gem "sassc", "~> 2.1", "< 2.2"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
# gem 'webpacker', '~> 4.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ GEM
rspec-support (3.13.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sassc (2.4.0)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand Down Expand Up @@ -399,6 +399,7 @@ DEPENDENCIES
rails (~> 7.0.2, >= 7.0.2.3)
rsolr (>= 1.0)
rspec-rails
sassc (~> 2.1, < 2.2)
sassc-rails
selenium-webdriver
solr_wrapper (~> 4.0)
Expand Down

0 comments on commit 0bc4e95

Please sign in to comment.