From a44b501c1ad13d69424b11e39c26b67e2be96cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:31:30 +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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index afa1bec..8b6686b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'http://rubygems.org' -gem 'rake', '10.1.0' +gem 'rake', '12.3.3' gem 'minitest', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 36a269e..6331a2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ GEM remote: http://rubygems.org/ specs: minitest (4.7.5) - rake (10.1.0) + rake (12.3.3) PLATFORMS ruby DEPENDENCIES minitest (~> 4.0) - rake (= 10.1.0) + rake (= 12.3.3)