From a146036cfb8c1ba141e59cafa22cd0de367db663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 19:20:29 +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) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6d8e42565..23fe21216 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" ruby '2.3.5' gem "fastlane" -gem "rake", "~> 10.5.0" +gem "rake", "~> 12.3.3" gem 'cocoapods', '~> 1.2.0' gem 'xcpretty', '~> 0.2.2' gem 'highline', '~> 1.7.8' diff --git a/Gemfile.lock b/Gemfile.lock index 438f2b586..4b9e98f1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM os (0.9.6) plist (3.3.0) public_suffix (2.0.5) - rake (10.5.0) + rake (12.3.3) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -189,7 +189,7 @@ DEPENDENCIES cocoapods (~> 1.2.0) fastlane highline (~> 1.7.8) - rake (~> 10.5.0) + rake (~> 12.3.3) xcpretty (~> 0.2.2) RUBY VERSION