From 2c0203456c4f7fe2bb10e03cdd99630ecbd975cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 08:18:24 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 13.0.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 13.0.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...v13.0.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 d7b8fe661d03..f11f3a837f1f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby "> 2.3.0" group :development do - gem 'rake', '~> 10.0' + gem 'rake', '~> 13.0' gem 'jekyll', '~> 3.0' gem 'compass', '~> 0.12' gem 'sass-globbing', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4a9684644f83..bf3a000b1c8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM rack (1.6.8) rack-protection (1.5.3) rack - rake (10.5.0) + rake (13.0.3) rb-fsevent (0.10.2) rb-inotify (0.9.8) ffi (>= 0.5.0) @@ -103,7 +103,7 @@ DEPENDENCIES octopress (~> 3.0) octopress-include-tag pry - rake (~> 10.0) + rake (~> 13.0) rb-inotify (< 0.9.9) sass-globbing (~> 1.0) sinatra (~> 1.4.2)