From ba2cb9be6f36a3359e7a110d9725a352ee338041 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Feb 2020 02:41:28 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RAKE-552000 --- Gemfile | 2 +- Gemfile.lock | 55 ++++++++++++++++++---------------------------------- 2 files changed, 20 insertions(+), 37 deletions(-) diff --git a/Gemfile b/Gemfile index ce41ba40..71cb7f3d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' # use cocoapods for handling project dependencies -gem 'cocoapods', '0.19.1' +gem 'cocoapods', '0.21.0' # guard and the following gems are used to run # tests on file change and give growl output diff --git a/Gemfile.lock b/Gemfile.lock index 67733a32..9397ab34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,33 +4,26 @@ GEM activesupport (3.2.22.5) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) - claide (0.2.0) - cocoapods (0.19.1) + claide (0.3.2) + cocoapods (0.21.0) activesupport (~> 3.2.13) - claide (~> 0.2.0) - cocoapods-core (= 0.19.1) - cocoapods-downloader (~> 0.1.0) + claide (~> 0.3.2) + cocoapods-core (= 0.21.0) + cocoapods-downloader (~> 0.1.1) colored (~> 1.2) escape (~> 0.0.4) - faraday (~> 0.8.1) - json (~> 1.7.3) - octokit (~> 1.7) + json (~> 1.8.0) open4 (~> 1.3.0) - rake (~> 10.0.0) - xcodeproj (~> 0.5.5) - cocoapods-core (0.19.1) + xcodeproj (~> 0.7.1) + cocoapods-core (0.21.0) activesupport (~> 3.2.13) - rake (~> 10.0.0) + json (~> 1.8.0) + nap (~> 0.5.1) cocoapods-downloader (0.1.2) coderay (1.0.8) colored (1.2) + concurrent-ruby (1.1.6) escape (0.0.4) - faraday (0.8.11) - multipart-post (~> 1.2.0) - faraday_middleware (0.11.0.1) - faraday (>= 0.7.4, < 1.0) guard (1.6.1) listen (>= 0.6.0) lumberjack (>= 1.0.2) @@ -38,34 +31,24 @@ GEM thor (>= 0.14.6) guard-shell (0.5.1) guard (>= 1.1.0) - hashie (2.1.2) - i18n (0.8.1) - json (1.7.7) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) listen (0.7.2) lumberjack (1.0.2) method_source (0.8.1) - multi_json (1.12.1) - multipart-post (1.2.0) - netrc (0.7.9) - octokit (1.25.0) - addressable (~> 2.2) - faraday (~> 0.8) - faraday_middleware (~> 0.9) - hashie (~> 2.0) - multi_json (~> 1.3) - netrc (~> 0.7.7) + multi_json (1.14.1) + nap (0.5.1) open4 (1.3.4) pry (0.9.11.4) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - public_suffix (2.0.5) - rake (10.0.4) rb-fsevent (0.9.3) ruby_gntp (0.3.4) slop (3.4.3) thor (0.17.0) - xcodeproj (0.5.5) + xcodeproj (0.7.1) activesupport (~> 3.2.13) colored (~> 1.2) @@ -73,11 +56,11 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (= 0.19.1) + cocoapods (= 0.21.0) guard guard-shell rb-fsevent ruby_gntp BUNDLED WITH - 1.13.6 + 1.17.3