From b57d8f16a5ac0930a2eab1e2fae32a0c1ce138b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 09:39:12 +0000 Subject: [PATCH] Bump rake from 12.0.0 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 12.0.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/v12.0.0...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d255a3a..f833005 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'rake', '~> 12.0.0' + gem 'rake', '~> 13.0.1' end diff --git a/Gemfile.lock b/Gemfile.lock index f10d46d..15f2a38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,15 +17,16 @@ GEM minitest (5.11.3) multipart-post (2.0.0) public_suffix (3.0.3) - rake (12.0.0) + rake (13.0.1) PLATFORMS + ruby x64-mingw32 DEPENDENCIES groupdocs_parser_cloud! minitest (~> 5.11, >= 5.11.3) - rake (~> 12.0.0) + rake (~> 13.0.1) BUNDLED WITH 1.16.6