diff --git a/Gemfile b/Gemfile index 6bb8db6..5f1860a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' gem 'rake' -gem 'jekyll' +gem 'jekyll', '~> 2.0.3' # This change was made via Snyk to fix a vulnerability gem 'mini_magick' diff --git a/Gemfile.lock b/Gemfile.lock index 96080fc..89213f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,18 +2,19 @@ GEM remote: https://rubygems.org/ specs: blankslate (2.1.2.4) - celluloid (0.15.2) - timers (~> 1.1.0) + celluloid (0.16.0) + timers (~> 4.0.0) classifier (1.3.4) fast-stemmer (>= 1.0.0) - coffee-script (2.2.0) + coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.7.0) + coffee-script-source (1.11.1) colorator (0.1) - execjs (2.0.2) + execjs (2.7.0) fast-stemmer (1.0.2) - ffi (1.9.3) + ffi (1.9.17) + hitimes (1.2.4) jekyll (2.0.3) classifier (~> 1.3) colorator (~> 0.1) @@ -27,35 +28,35 @@ GEM redcarpet (~> 3.1) safe_yaml (~> 1.0) toml (~> 0.1.0) - jekyll-coffeescript (1.0.0) + jekyll-coffeescript (1.0.2) coffee-script (~> 2.2) - jekyll-sass-converter (1.0.0) - sass (~> 3.2) - kramdown (1.4.0) + coffee-script-source (~> 1.11.1) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + kramdown (1.13.2) liquid (2.5.5) - listen (2.7.5) - celluloid (>= 0.15.2) + listen (2.10.1) + celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - mercenary (0.3.3) - mini_magick (3.7.0) - subexec (~> 0.2.1) + mercenary (0.3.6) + mini_magick (4.6.0) parslet (1.5.0) blankslate (~> 2.0) - posix-spawn (0.3.8) + posix-spawn (0.3.13) pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rake (10.3.2) - rb-fsevent (0.9.4) - rb-inotify (0.9.4) + rake (12.0.0) + rb-fsevent (0.9.8) + rb-inotify (0.9.8) ffi (>= 0.5.0) - redcarpet (3.1.2) - safe_yaml (1.0.3) - sass (3.3.7) - subexec (0.2.3) - timers (1.1.0) - toml (0.1.1) + redcarpet (3.4.0) + safe_yaml (1.0.4) + sass (3.4.23) + timers (4.0.4) + hitimes + toml (0.1.2) parslet (~> 1.5.0) yajl-ruby (1.1.0) @@ -63,6 +64,9 @@ PLATFORMS ruby DEPENDENCIES - jekyll + jekyll (~> 2.0.3) mini_magick rake + +BUNDLED WITH + 1.13.6