Reduced sprockets to version 3.x

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-28 18:33:22 +01:00
parent 0f7d3f0909
commit 4514ab9b1f
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem 'jekyll-titles-from-headings' gem 'jekyll-titles-from-headings'
gem 'jemoji' gem 'jemoji'
gem 'sprockets', '~> 4.0.beta' gem 'sprockets'
gem 'uglifier' gem 'uglifier'
end end
gem 'jekyll-sass-converter' gem 'jekyll-sass-converter'

View File

@ -203,7 +203,7 @@ GEM
sawyer (0.8.1) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0) faraday (~> 0.8, < 1.0)
sprockets (4.0.0.beta6) sprockets (3.7.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
terminal-table (1.8.0) terminal-table (1.8.0)
@ -266,7 +266,7 @@ DEPENDENCIES
mercenary mercenary
minima minima
rouge rouge
sprockets (~> 4.0.beta) sprockets
terminal-table terminal-table
uglifier uglifier