From a7c9329df585f888c914fd290fbaf72bc5036a07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2019 05:41:05 +0000 Subject: [PATCH] fix: fastlane/Gemfile & fastlane/Gemfile.lock to reduce vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RUBYZIP-469156 Signed-off-by: Jakub SokoĊ‚owski --- fastlane/Gemfile | 2 +- fastlane/Gemfile.lock | 10 +++++----- fastlane/gemset.nix | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/fastlane/Gemfile b/fastlane/Gemfile index 8727675446..cbf478fc65 100644 --- a/fastlane/Gemfile +++ b/fastlane/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'fastlane', '>= 2.127.2' +gem 'fastlane', '>= 2.131.0' plugins_path = File.join(__dir__, 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 3375aa28a2..a28a886a66 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -5,7 +5,7 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) atomos (0.1.3) - babosa (1.0.2) + babosa (1.0.3) claide (1.0.3) colored (1.2) colored2 (3.1.2) @@ -18,8 +18,8 @@ GEM unf (>= 0.0.5, < 1.0.0) dotenv (2.7.5) emoji_regex (1.0.1) - excon (0.66.0) - faraday (0.15.4) + excon (0.67.0) + faraday (0.16.2) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) faraday (>= 0.7.4) @@ -124,7 +124,7 @@ GEM netrc (~> 0.8) retriable (3.1.2) rouge (2.0.7) - rubyzip (1.2.4) + rubyzip (1.3.0) security (0.1.3) signet (0.11.0) addressable (~> 2.3) @@ -163,7 +163,7 @@ PLATFORMS ruby DEPENDENCIES - fastlane (>= 2.127.2) + fastlane (>= 2.131.0) fastlane-plugin-clean_testflight_testers fastlane-plugin-diawi diff --git a/fastlane/gemset.nix b/fastlane/gemset.nix index b4767a64e2..b9f0a83599 100644 --- a/fastlane/gemset.nix +++ b/fastlane/gemset.nix @@ -25,10 +25,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "05rgxg4pz4bc4xk34w5grv0yp1j94wf571w84lf3xgqcbs42ip2f"; + sha256 = "10nn9bw63i4awpzn5vrx6kmpx1sg7z8r3fhw9r8bvg9pz2wh489g"; type = "gem"; }; - version = "1.0.2"; + version = "1.0.3"; }; CFPropertyList = { groups = ["default"]; @@ -147,10 +147,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "05qmrx7l8abpbvp0z01fdpc731c4k6akk67l424vdp5dywhachpr"; + sha256 = "1v272gh4ifk26bb3vq22x55i6v1pspnw3w3b5rg1z2wanppdcr72"; type = "gem"; }; - version = "0.66.0"; + version = "0.67.0"; }; faraday = { dependencies = ["multipart-post"]; @@ -158,10 +158,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0s72m05jvzc1pd6cw1i289chas399q0a14xrwg4rvkdwy7bgzrh0"; + sha256 = "0l0qa53lpxq3cwa6a4790jgisg93206k0arrjrqz1q9w337r09xw"; type = "gem"; }; - version = "0.15.4"; + version = "0.16.2"; }; faraday-cookie_jar = { dependencies = ["faraday" "http-cookie"]; @@ -531,10 +531,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0i5dhyiavmk2yc7xyfwzp3m476f7d9mhigibsw37jqpdq4vmi4cv"; + sha256 = "1qxc2zxwwipm6kviiar4gfhcakpx1jdcs89v6lvzivn5hq1xk78l"; type = "gem"; }; - version = "1.2.4"; + version = "1.3.0"; }; security = { groups = ["default"];