From 011d3ac91157bc090ea1b40aa762b4acb32a853c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:34:26 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.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/v10.5.0...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 3dd7ee5..073388a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'git', '~> 1.2' -gem 'rake', '~> 10.0' +gem 'rake', '~> 12.3' diff --git a/Gemfile.lock b/Gemfile.lock index e07444f..82cb7a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: git (1.3.0) - rake (10.5.0) + rake (12.3.3) PLATFORMS ruby DEPENDENCIES git (~> 1.2) - rake (~> 10.0) + rake (~> 12.3) BUNDLED WITH 1.12.3