From ec5a5440ad9a9012af1005916151bb2782958565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 21:28:43 +0000 Subject: [PATCH] Bump rake from 10.0.4 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 13.0.1. - [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-10.0.4...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 56ad3ee8df..8b3538485b 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :test do gem 'capybara' end -gem 'rake', '~> 10.0.3' +gem 'rake', '~> 13.0.1' gem 'slim' # if you require 'sinatra' you get the DSL extended to Object diff --git a/Gemfile.lock b/Gemfile.lock index f991f14d4e..d443617f22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,7 +343,7 @@ GEM rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) rainbow (2.0.0) - rake (10.0.4) + rake (13.0.1) rdoc (3.12.2) json (~> 1.4) redis (3.3.0) @@ -556,7 +556,7 @@ DEPENDENCIES rack-livereload rails (= 3.2.22.2) rails-secrets - rake (~> 10.0.3) + rake (~> 13.0.1) redis-rails request_store (~> 1.1) rest-client