From ce98bc7d6da562ffcf025e5a4fc2ab02d5746fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:48:00 +0000 Subject: [PATCH] Bump rake from 0.9.2.2 to 12.3.3 in /octopress Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 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/v0.9.2.2...v12.3.3) Signed-off-by: dependabot[bot] --- octopress/Gemfile | 2 +- octopress/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/octopress/Gemfile b/octopress/Gemfile index be2518b..112afdc 100644 --- a/octopress/Gemfile +++ b/octopress/Gemfile @@ -1,7 +1,7 @@ source "http://rubygems.org" group :development do - gem 'rake', '~> 0.9.2' + gem 'rake', '~> 12.3.3' gem 'rack', '~> 1.4.1' gem 'jekyll', '~> 0.11.2' gem 'rdiscount', '~> 1.6.8' diff --git a/octopress/Gemfile.lock b/octopress/Gemfile.lock index 5060be1..40fbad7 100644 --- a/octopress/Gemfile.lock +++ b/octopress/Gemfile.lock @@ -34,7 +34,7 @@ GEM rack (1.4.1) rack-protection (1.2.0) rack - rake (0.9.2.2) + rake (12.3.3) rb-fsevent (0.9.1) rdiscount (1.6.8) rubypants (0.2.0) @@ -61,7 +61,7 @@ DEPENDENCIES liquid (~> 2.3.0) pygments.rb (~> 0.2.12) rack (~> 1.4.1) - rake (~> 0.9.2) + rake (~> 12.3.3) rb-fsevent (~> 0.9) rdiscount (~> 1.6.8) rubypants (~> 0.2.0)