From 182402d3f91d059f1fba823fdb1d3484ec0c8be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 03:34:31 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 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/v10.5.0...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 4438293..4448bdb 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ end group :development do gem 'bundler', '~> 1', require: false gem 'pry-byebug', '~> 3.4', '>= 3.4.2', require: false if req('>= 2.0') =~ RVERSION - gem 'rake', '~> 10', require: false + gem 'rake', '~> 13', require: false end # Specify your gem's dependencies in rspec-puppet-facts-unsupported.gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 05fbf22..52554ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM multi_json (~> 1.10) rainbow (2.2.2) rake - rake (10.5.0) + rake (13.0.1) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) @@ -90,7 +90,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1) pry-byebug (~> 3.4, >= 3.4.2) - rake (~> 10) + rake (~> 13) rspec (~> 3) rspec-collection_matchers (~> 1) rspec-puppet-facts-unsupported!