Skip to content

Commit

Permalink
Merge pull request #8526 from saraycp/revert-sassc
Browse files Browse the repository at this point in the history
Revert "Update sassc to version 2.2.1"
  • Loading branch information
vpereira authored Oct 7, 2019
2 parents f7976d3 + 80d2b8f commit 839b9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ group :assets do
# for minifying JavaScript
gem 'uglifier', '>= 1.2.2'
# sassc 2.2.0 is throwing exception
gem 'sassc', '~> 2.2.1'
gem 'sassc', '~> 2.1.0'
# to use sass in the asset pipeline
gem 'sassc-rails'
# assets for jQuery DataTables
Expand Down
4 changes: 2 additions & 2 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sassc (2.2.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand Down Expand Up @@ -542,7 +542,7 @@ DEPENDENCIES
rubocop-rspec
ruby-ldap
sanitize
sassc (~> 2.2.1)
sassc (~> 2.1.0)
sassc-rails
selenium-webdriver
shoulda-matchers (~> 4.0)
Expand Down

0 comments on commit 839b9b9

Please sign in to comment.