From d1a9e0c1e4688e4cf7f7ff85e8c4c50d20b6ded2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:49:07 +0000 Subject: [PATCH] Bump jekyll from 1.5.1 to 3.6.3 in /pelicide/ui/font-awesome Bumps [jekyll](https://github.com/jekyll/jekyll) from 1.5.1 to 3.6.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v1.5.1...v3.6.3) Signed-off-by: dependabot[bot] --- pelicide/ui/font-awesome/Gemfile | 2 +- pelicide/ui/font-awesome/Gemfile.lock | 76 ++++++++++++--------------- 2 files changed, 35 insertions(+), 43 deletions(-) diff --git a/pelicide/ui/font-awesome/Gemfile b/pelicide/ui/font-awesome/Gemfile index fea18ef..d09efea 100644 --- a/pelicide/ui/font-awesome/Gemfile +++ b/pelicide/ui/font-awesome/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 1.0' +gem 'jekyll', '~> 3.6' gem 'sass', '~> 3.0' diff --git a/pelicide/ui/font-awesome/Gemfile.lock b/pelicide/ui/font-awesome/Gemfile.lock index 0c48d0a..db67ed4 100644 --- a/pelicide/ui/font-awesome/Gemfile.lock +++ b/pelicide/ui/font-awesome/Gemfile.lock @@ -1,53 +1,45 @@ GEM remote: https://rubygems.org/ specs: - blankslate (2.1.2.4) - classifier (1.3.4) - fast-stemmer (>= 1.0.0) - colorator (0.1) - commander (4.1.6) - highline (~> 1.6.11) - fast-stemmer (1.0.2) - ffi (1.9.3) - highline (1.6.21) - jekyll (1.5.1) - classifier (~> 1.3) - colorator (~> 0.1) - commander (~> 4.1.3) - liquid (~> 2.5.5) - listen (~> 1.3) - maruku (= 0.7.0) - pygments.rb (~> 0.5.0) - redcarpet (~> 2.3.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + ffi (1.11.1) + forwardable-extended (2.6.0) + jekyll (3.6.3) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 3) safe_yaml (~> 1.0) - toml (~> 0.1.0) - liquid (2.5.5) - listen (1.3.1) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - rb-kqueue (>= 0.2) - maruku (0.7.0) - parslet (1.5.0) - blankslate (~> 2.0) - posix-spawn (0.3.8) - pygments.rb (0.5.4) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.1.0) - rb-fsevent (0.9.4) - rb-inotify (0.9.5) - ffi (>= 0.5.0) - rb-kqueue (0.2.3) - ffi (>= 0.5.0) - redcarpet (2.3.0) - safe_yaml (1.0.3) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-watch (1.5.1) + listen (~> 3.0) + kramdown (1.17.0) + liquid (4.0.3) + listen (3.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.1) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (2.2.1) + safe_yaml (1.0.5) sass (3.4.9) - toml (0.1.1) - parslet (~> 1.5.0) - yajl-ruby (1.1.0) PLATFORMS ruby DEPENDENCIES - jekyll (~> 1.0) + jekyll (~> 3.6) sass (~> 3.0)