Skip to content

Commit

Permalink
Pin sassc again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 17, 2024
1 parent 78c8e4e commit 4e0f825
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 @@ -94,3 +94,5 @@ gem 'blacklight-locale_picker'

# pin for beanstalk..
gem 'nio4r', '2.7.0'
# https://github.com/sass/sassc-ruby/issues/146
gem "sassc", "~> 2.1", "< 2.2"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ GEM
rspec-support (3.13.1)
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 @@ -438,6 +438,7 @@ DEPENDENCIES
rails (~> 7.1.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 4e0f825

Please sign in to comment.