From f8698b4a6b9b0f225c08594e55c6971cf4a30953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 07:48:29 +0000 Subject: [PATCH] Bump rake from 0.9.2.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 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/v0.9.2.2...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 8815970..3c9fa6a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem 'chef', '~> 10.12.0' gem 'chefspec', '~>0.9.0' gem 'fauxhai', '~> 0.1.1' gem 'foodcritic', '~>1.7.0' -gem 'rake', '~> 0.9.2.2' +gem 'rake', '~> 12.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 816b730..63568af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM method_source (~> 0.7.1) slop (>= 2.4.4, < 3) rak (1.4) - rake (0.9.2.2) + rake (12.3.3) rest-client (1.6.7) mime-types (>= 1.16) rspec (2.11.0) @@ -116,4 +116,4 @@ DEPENDENCIES chefspec (~> 0.9.0) fauxhai (~> 0.1.1) foodcritic (~> 1.7.0) - rake (~> 0.9.2.2) + rake (~> 12.3.3)