From 7e65ca4710be92261934e695c1e0ea2c3472c811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 13:49:14 +0000 Subject: [PATCH] Bump rake from 10.0.4 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.0.4 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-10.0.4...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 ee5e77674e..f4c5e8fc13 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ group :test do gem 'capybara', '~> 2.2.0' end -gem 'rake', '~> 10.0.3' +gem 'rake', '~> 12.3.3' gem 'slim' # if you require 'sinatra' you get the DSL extended to Object diff --git a/Gemfile.lock b/Gemfile.lock index 0806c9b5a1..d0627f262f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (2.0.0) - rake (10.0.4) + rake (12.3.3) redis (3.3.0) redis-actionpack (4.0.1) actionpack (~> 4) @@ -579,7 +579,7 @@ DEPENDENCIES rails (= 4.0.6) rails-observers rails-secrets (~> 1.0.2) - rake (~> 10.0.3) + rake (~> 12.3.3) redis-rails (~> 4.0.0) request_store (~> 1.1) rest-client