From be8ad2619926e5c66d1470f2515edb020f9f582b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 07:36:09 +0000 Subject: [PATCH] :arrow_up: Bump jekyll 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] --- .../css/Font-Awesome-4.4.0/Gemfile | 2 +- .../css/Font-Awesome-4.4.0/Gemfile.lock | 74 +++++++++---------- 2 files changed, 34 insertions(+), 42 deletions(-) diff --git a/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile b/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile index 0ca1cbf..43380f2 100644 --- a/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile +++ b/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 1.0' +gem 'jekyll', '~> 3.6' gem 'safe_yaml', '~> 1.0.4' gem 'sass', '~> 3.0' gem 'less', '~> 2.5.0' diff --git a/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile.lock b/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile.lock index d2503ea..b914020 100644 --- a/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile.lock +++ b/www/Public/Common_operation/css/Font-Awesome-4.4.0/Gemfile.lock @@ -1,63 +1,55 @@ 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) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) commonjs (0.2.7) - fast-stemmer (1.0.2) - ffi (1.9.10) - 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) + ffi (1.11.3) + 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) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-watch (1.5.1) + listen (~> 3.0) + kramdown (1.17.0) less (2.5.1) commonjs (~> 0.2.7) libv8 (3.16.14.11) - 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.11) - pygments.rb (0.5.4) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.1.0) - rb-fsevent (0.9.5) - rb-inotify (0.9.5) - ffi (>= 0.5.0) - rb-kqueue (0.2.4) - ffi (>= 0.5.0) - redcarpet (2.3.0) + liquid (4.0.3) + listen (3.2.1) + 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.2) + rb-fsevent (0.10.3) + rb-inotify (0.10.1) + ffi (~> 1.0) ref (2.0.0) + rouge (2.2.1) safe_yaml (1.0.4) sass (3.4.16) therubyracer (0.12.2) libv8 (~> 3.16.14.0) ref - toml (0.1.2) - parslet (~> 1.5.0) - yajl-ruby (1.1.0) PLATFORMS ruby DEPENDENCIES - jekyll (~> 1.0) + jekyll (~> 3.6) less (~> 2.5.0) safe_yaml (~> 1.0.4) sass (~> 3.0)