From 568859ca312874f0a2cb2a4e4b9506ce8905875c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:33:14 +0000 Subject: [PATCH] Bump rake from 0.9.6 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 0.9.6 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/rake-0.9.6...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 cd8ce57..eea44dc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" group :development do - gem 'rake', '~> 0.9' + gem 'rake', '~> 12.3' gem 'jekyll', '~> 0.12' gem 'rdiscount', '~> 2.0.7' gem 'pygments.rb', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 7549ac9..443abcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM rack (1.5.2) rack-protection (1.5.1) rack - rake (0.9.6) + rake (12.3.3) rb-fsevent (0.9.3) rdiscount (2.0.7.3) rubypants (0.2.0) @@ -56,7 +56,7 @@ DEPENDENCIES jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4) - rake (~> 0.9) + rake (~> 12.3) rb-fsevent (~> 0.9) rdiscount (~> 2.0.7) rubypants (~> 0.2.0)