Skip to content

Commit

Permalink
Update sassc
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Nov 11, 2018
1 parent c249105 commit 3e54e1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -25,7 +25,7 @@ gem 'haml', '>= 4.0.5', require: false
gem 'kramdown', '~> 1.2', require: false
gem 'liquid', '>= 3.0', require: false
gem 'redcarpet', '>= 3.1', require: false
gem 'sassc', '~> 1.10', require: false
gem 'sassc', '~> 2.0', require: false
gem 'sinatra', '>= 2.0.0.beta2', require: false
gem 'slim', '>= 2.0', require: false
gem 'stylus', '>= 1.0', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -27,7 +27,7 @@ PATH
parallel
rack (>= 1.4.5, < 3)
sass (>= 3.4)
sassc (~> 1.10)
sassc (~> 2.0)
servolux
tilt (~> 2.0)
uglifier (~> 4.1)
Expand Down Expand Up @@ -198,9 +198,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (1.12.1)
sassc (2.0.0)
ffi (~> 1.9.6)
sass (>= 3.3.0)
rake
servolux (0.13.0)
simplecov (0.16.1)
docile (~> 1.1)
Expand Down Expand Up @@ -258,7 +258,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 0.59)
rubydns (~> 1.0.1)
sassc (~> 1.10)
sassc (~> 2.0)
simplecov (~> 0.10)
sinatra (>= 2.0.0.beta2)
slim (>= 2.0)
Expand Down
2 changes: 1 addition & 1 deletion middleman-core/middleman-core.gemspec
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|

# Minify CSS
s.add_dependency('sass', ['>= 3.4'])
s.add_dependency('sassc', ['~> 1.10'])
s.add_dependency('sassc', ['~> 2.0'])

# Minify JS
s.add_dependency('uglifier', ['~> 4.1'])
Expand Down

0 comments on commit 3e54e1f

Please sign in to comment.