From 186ea5088e1417b20a2c29e13f80e79a7234ddf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 19:05:49 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 13.0.1. - [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.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2fb242d..e85924d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby '2.6.5' group :development do - gem 'rake', '~> 10.0' + gem 'rake', '~> 13.0' gem 'jekyll', '~> 2.0' gem 'octopress-hooks', '~> 2.2' gem 'octopress-date-format', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index dd6315a..285ce95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,14 +66,14 @@ GEM jekyll (>= 2.0) parslet (1.5.0) blankslate (~> 2.0) - posix-spawn (0.3.11) + posix-spawn (0.3.13) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) rack (1.6.4) rack-protection (1.5.3) rack - rake (10.5.0) + rake (13.0.1) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -95,7 +95,7 @@ GEM tilt (2.0.5) toml (0.1.2) parslet (~> 1.5.0) - yajl-ruby (1.4.1) + yajl-ruby (1.2.3) PLATFORMS ruby @@ -108,7 +108,7 @@ DEPENDENCIES jekyll-sitemap octopress-date-format (~> 2.0) octopress-hooks (~> 2.2) - rake (~> 10.0) + rake (~> 13.0) rb-fsevent (~> 0.9) rdiscount (~> 2.0) rubypants (~> 0.2.0)