From 819258f8fb7b27be6fa21ded5e9aecc59578f879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 11:51:39 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d0c10e8..2b87cb0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "jekyll", "~>3.6.0" -gem "rake", "~>10.5" +gem "rake", "~>12.3" gem "sass", "~>3.4" gem "json", "~> 2" diff --git a/Gemfile.lock b/Gemfile.lock index 7257f9b..06cad23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM public_suffix (2.0.5) pygments.rb (1.2.1) multi_json (>= 1.0.0) - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -260,7 +260,7 @@ DEPENDENCIES json (~> 2) kramdown pygments.rb - rake (~> 10.5) + rake (~> 12.3) sass (~> 3.4) BUNDLED WITH