From 6fe5c60d2c2d54fb4894afacfce47586f38b414f Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Mon, 5 Feb 2018 20:59:50 -0500 Subject: [PATCH] Updating gems --- .gitignore | 1 + Gemfile.lock | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 39c4f20b7..c47309ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .DS_Store .installed.cfg _gh_pages/* +_site/* .idea/* .svn/* diff --git a/Gemfile.lock b/Gemfile.lock index b673ad003..90ec32d8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM highline (~> 1.6.11) commonjs (0.2.7) fast-stemmer (1.0.2) - ffi (1.9.10) + ffi (1.9.18) highline (1.6.21) jekyll (1.5.1) classifier (~> 1.3) @@ -24,7 +24,7 @@ GEM toml (~> 0.1.0) less (2.5.1) commonjs (~> 0.2.7) - libv8 (3.16.14.15) + libv8 (3.16.14.19) liquid (2.5.5) listen (1.3.1) rb-fsevent (>= 0.9.3) @@ -33,21 +33,25 @@ GEM maruku (0.7.0) parslet (1.5.0) blankslate (~> 2.0) - posix-spawn (0.3.11) + posix-spawn (0.3.13) pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rb-fsevent (0.9.6) - rb-inotify (0.9.5) - ffi (>= 0.5.0) - rb-kqueue (0.2.4) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rb-kqueue (0.2.5) ffi (>= 0.5.0) redcarpet (2.3.0) ref (2.0.0) safe_yaml (1.0.4) - sass (3.4.19) - therubyracer (0.12.2) - libv8 (~> 3.16.14.0) + sass (3.5.5) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) ref toml (0.1.2) parslet (~> 1.5.0) @@ -65,4 +69,4 @@ DEPENDENCIES therubyracer BUNDLED WITH - 1.13.2 + 1.16.1