From 5b312d6dd4f6cd9053d3db8da711ff7243573c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 22:03:08 +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 31a4bcf..c2cf3ff 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', '~> 12.3' gem 'jekyll', '~> 2.0' gem 'octopress-hooks', '~> 2.2' gem 'octopress-date-format', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2953c17..86f3221 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM rack (1.6.13) rack-protection (1.5.5) rack - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -111,7 +111,7 @@ DEPENDENCIES jekyll-sitemap octopress-date-format (~> 2.0) octopress-hooks (~> 2.2) - rake (~> 10.0) + rake (~> 12.3) rb-fsevent (~> 0.9) rdiscount (~> 2.0) rubypants (~> 0.2.0)