From f45a2a8aa2766a62f832388277771efa99500f74 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Jul 2020 11:09:04 +0000
Subject: [PATCH] Bump rake from 10.1.0 to 12.3.3

Bumps [rake](https://github.com/ruby/rake) from 10.1.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/rake-10.1.0...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 81c595c6..abb7cec7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,6 +12,6 @@ group :development do
   gem 'pry'
   gem 'pry-byebug'
   gem 'hashdiff'
-  gem 'rake', '10.1.0'
+  gem 'rake', '12.3.3'
   gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
 end
diff --git a/Gemfile.lock b/Gemfile.lock
index f73bb19d..9ebbdf47 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -55,7 +55,7 @@ GEM
       json_pure
     rainbow (2.2.2)
       rake
-    rake (10.1.0)
+    rake (12.3.3)
     rchardet (1.8.0)
     rspec (3.3.0)
       rspec-core (~> 3.3.0)
@@ -95,7 +95,7 @@ DEPENDENCIES
   pry
   pry-byebug
   puppet (= 3.7.5)
-  rake (= 10.1.0)
+  rake (= 12.3.3)
   rspec (= 3.3.0)
   rubocop (= 0.32.1)
   syck