From 34249ddeba8dd28a557932524ecafba794fe80dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:34:13 +0000 Subject: [PATCH] Bump rake from 11.3.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 11.3.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/v11.3.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 07066da25..66befea6c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" #gemspec :name => "jekyll" -gem "rake", "~> 11.0" +gem "rake", "~> 12.3" # Dependency of jekyll-mentions. RubyGems in Ruby 2.1 doesn't shield us from this. gem "activesupport", "~> 4.2", :groups => [:test_legacy, :site] if RUBY_VERSION < '2.2.2' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index ab35c9a55..535087c71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) rainbow (3.0.0) - rake (11.3.0) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -240,7 +240,7 @@ DEPENDENCIES pry pry-byebug pygments.rb (~> 0.6.0) - rake (~> 11.0) + rake (~> 12.3) rdiscount (~> 2.0) rdoc (~> 4.2) redcarpet (~> 3.2, >= 3.2.3)