From ba19cb5d48d4f7de977a4379b35056decb4bcab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 00:43:52 +0000 Subject: [PATCH] Bump rake from 12.3.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.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/v12.3.0...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc984cf..79ff285 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: ast (2.3.0) - json (2.1.0) + json (2.4.1) parallel (1.12.0) parser (2.4.0.2) ast (~> 2.3) powerpack (0.1.1) rainbow (2.2.2) rake - rake (12.3.0) + rake (12.3.3) rubocop (0.49.1) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -24,7 +24,8 @@ PLATFORMS ruby DEPENDENCIES - json (~> 2.1.0) + json (~> 2.4.0) + rake (>= 12.3.3) rubocop (~> 0.49.0) BUNDLED WITH