From 01b175ddb73caa2d3c9ff38f5aee0d51d74a154e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 03:32:49 +0000 Subject: [PATCH] chore(deps): 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 1188e68..112e346 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rake', '~> 12.0' +gem 'rake', '~> 12.3' gem 'conventional-changelog', '~>1.3' gem 'rspec', '~> 3.7' gem 'rspec-its', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4e44d91..f65ac92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM rack (2.0.5) rack-test (1.0.0) rack (>= 1.0, < 3) - rake (12.3.0) + rake (12.3.3) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) @@ -30,7 +30,7 @@ PLATFORMS DEPENDENCIES conventional-changelog (~> 1.3) rack-test - rake (~> 12.0) + rake (~> 12.3) rspec (~> 3.7) rspec-its (~> 1.2)