Skip to content

Commit

Permalink
Update sassc to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 27, 2019
1 parent 9519417 commit edb07fa
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
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.1.0'
gem 'sassc', '~> 2.2.1'
# 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
Expand Up @@ -385,7 +385,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sassc (2.1.0)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand Down Expand Up @@ -544,7 +544,7 @@ DEPENDENCIES
rubocop-rspec
ruby-ldap
sanitize
sassc (~> 2.1.0)
sassc (~> 2.2.1)
sassc-rails
selenium-webdriver
shoulda-matchers (~> 4.0)
Expand Down

0 comments on commit edb07fa

Please sign in to comment.