From 94f11407310f36b647bdf193f0798842c2f4be60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:25:28 +0000 Subject: [PATCH] Bump rake from 12.3.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.3.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/v12.3.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 71dd417..bac7514 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem 'bundler', '~> 1.15' -gem 'rake', '~> 12.0' +gem 'rake', '~> 12.3' gem 'rspec', '~> 3.3' gem 'serverspec', '~> 2.24' gem 'net-ssh', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index d91bfdf..1fbcfdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (4.2.0) net-telnet (0.1.1) - rake (12.3.0) + rake (12.3.3) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) @@ -49,7 +49,7 @@ DEPENDENCIES deep_merge (~> 1.2) docker-api (~> 1.33) net-ssh (~> 4.0) - rake (~> 12.0) + rake (~> 12.3) rspec (~> 3.3) serverspec (~> 2.24)