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