From ac581fe31d5f6d72d45bdfa2e21df451015f22f5 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 25 Aug 2015 14:41:04 +0200 Subject: Install jekyll-assets for better asset pipeline support. --- Gemfile.lock | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 614d95e..870d1e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.3.8) blankslate (2.1.2.4) celluloid (0.16.0) timers (~> 4.0.0) @@ -14,7 +15,10 @@ GEM execjs (2.5.2) facets (3.0.0) fast-stemmer (1.0.2) + fastimage (1.7.0) + addressable (~> 2.3, >= 2.3.5) ffi (1.9.10) + hike (1.2.3) hitimes (1.2.2) jekyll (2.5.3) classifier-reborn (~> 2.0) @@ -31,6 +35,14 @@ GEM redcarpet (~> 3.1) safe_yaml (~> 1.0) toml (~> 0.1.0) + jekyll-assets (1.0.0) + fastimage (~> 1.6) + jekyll (>= 2) + mini_magick (~> 4.1) + sass (~> 3.2) + sprockets (~> 2.10) + sprockets-helpers + sprockets-sass jekyll-coffeescript (1.0.1) coffee-script (~> 2.2) jekyll-gist (1.2.1) @@ -47,18 +59,32 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) + mini_magick (4.2.10) + multi_json (1.11.2) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.11) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) + rack (1.6.4) rb-fsevent (0.9.5) rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.3.2) safe_yaml (1.0.4) sass (3.4.16) + sprockets (2.12.4) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sprockets-helpers (1.2.1) + sprockets (>= 2.2) + sprockets-sass (1.3.1) + sprockets (~> 2.0) + tilt (~> 1.1) + tilt (1.4.1) timers (4.0.1) hitimes toml (0.1.2) @@ -71,6 +97,7 @@ PLATFORMS DEPENDENCIES facets jekyll + jekyll-assets jekyll-multiple-languages-plugin BUNDLED WITH -- cgit v1.2.3