From 1b28c2d72b42f8a66c29c9846f9889c815c4d36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 11:33:37 +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) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 459b697..f627c1e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" group :development do - gem 'rake', '~> 0.9.6' + gem 'rake', '~> 12.3.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 fe3f8c9..e5b9c95 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.10.3) rdiscount (2.0.7.3) rubypants (0.2.0) @@ -59,7 +59,7 @@ DEPENDENCIES jekyll (~> 0.12) liquid (~> 2.3.0) pygments.rb (~> 0.3.4) - rake (~> 0.9.6) + rake (~> 12.3.3) rb-fsevent (~> 0.9) rdiscount (~> 2.0.7) rubypants (~> 0.2.0)