From 7ce194ee145218093d90df05ac36a0f5e42593d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 07:25:57 +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 9aded4a2..1c60b007 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "http://rubygems.org" group :development do - gem 'rake', '~> 0.9' + gem 'rake', '~> 12.3' gem 'jekyll', '~> 0.12' gem 'rdiscount', '~> 1.6.8' gem 'pygments.rb', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index cab250c3..8b8ac777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM rack (1.6.11) rack-protection (1.5.5) rack - rake (0.9.6) + rake (12.3.3) rb-fsevent (0.9.3) rdiscount (1.6.8) rubypants (0.2.0) @@ -60,7 +60,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 (~> 1.6.8) rubypants (~> 0.2.0)