From 10eacab9ac29c29ed8e35b29647e0197e77c6902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 22:51:47 +0000 Subject: [PATCH] Bump rake from 10.4.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.4.2 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.4.2...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 8f65259dd5..3feb5324d1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' group :test do - gem "rake", "10.4.2" + gem "rake", "12.3.3" gem "aruba", "0.4.11" gem "cucumber", "2.0.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 285c7da04a..31ebdd255b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM listen (0.5.3) multi_json (1.11.0) multi_test (0.1.2) - rake (10.4.2) + rake (12.3.3) rspec (2.11.0) rspec-core (~> 2.11.0) rspec-expectations (~> 2.11.0) @@ -48,4 +48,4 @@ DEPENDENCIES aruba (= 0.4.11) cucumber (= 2.0.0) guard-jasmine-node (= 0.0.5) - rake (= 10.4.2) + rake (= 12.3.3)