From 63879f49c56235ec979c1d04bc5c4931ab1cde67 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 6 Oct 2020 10:20:15 +0200 Subject: [PATCH] update fastlane --- example/ios/Gemfile.lock | 34 ++++++++++++++++----------------- example/ios/fastlane/Fastfile | 2 +- example/ios/fastlane/report.xml | 21 ++++++++++++-------- example/pubspec.yaml | 2 +- 4 files changed, 32 insertions(+), 27 deletions(-) diff --git a/example/ios/Gemfile.lock b/example/ios/Gemfile.lock index cd71d005..dc0ee04f 100644 --- a/example/ios/Gemfile.lock +++ b/example/ios/Gemfile.lock @@ -6,20 +6,20 @@ GEM public_suffix (>= 2.0.2, < 5.0) atomos (0.1.3) aws-eventstream (1.1.0) - aws-partitions (1.345.0) - aws-sdk-core (3.104.3) + aws-partitions (1.380.0) + aws-sdk-core (3.109.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.36.0) - aws-sdk-core (~> 3, >= 3.99.0) + aws-sdk-kms (1.39.0) + aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.75.0) - aws-sdk-core (~> 3, >= 3.104.1) + aws-sdk-s3 (1.83.0) + aws-sdk-core (~> 3, >= 3.109.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) - aws-sigv4 (1.2.1) + aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.3) claide (1.0.3) @@ -35,16 +35,16 @@ GEM unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) emoji_regex (3.0.0) - excon (0.75.0) + excon (0.76.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - faraday-cookie_jar (0.0.6) - faraday (>= 0.7.4) + faraday-cookie_jar (0.0.7) + faraday (>= 0.8.0) http-cookie (~> 1.0.0) faraday_middleware (1.0.0) faraday (~> 1.0) fastimage (2.2.0) - fastlane (2.153.1) + fastlane (2.162.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) aws-sdk-s3 (~> 1.0) @@ -96,14 +96,14 @@ GEM google-cloud-env (1.3.3) faraday (>= 0.17.3, < 2.0) google-cloud-errors (1.0.1) - google-cloud-storage (1.26.2) + google-cloud-storage (1.29.1) addressable (~> 2.5) digest-crc (~> 0.4) google-api-client (~> 0.33) google-cloud-core (~> 1.2) googleauth (~> 0.9) mini_mime (~> 1.0) - googleauth (0.13.0) + googleauth (0.13.1) faraday (>= 0.17.3, < 2.0) jwt (>= 1.4, < 3.0) memoist (~> 0.16) @@ -116,7 +116,7 @@ GEM httpclient (2.8.3) jmespath (1.4.0) json (2.3.1) - jwt (2.2.1) + jwt (2.2.2) memoist (0.16.2) mini_magick (4.10.1) mini_mime (1.0.2) @@ -124,9 +124,9 @@ GEM multipart-post (2.0.0) nanaimo (0.3.0) naturally (2.2.0) - os (1.1.0) + os (1.1.1) plist (3.5.0) - public_suffix (4.0.5) + public_suffix (4.0.6) rake (13.0.1) representable (3.0.4) declarative (< 0.1.0) @@ -158,7 +158,7 @@ GEM unf_ext (0.0.7.7) unicode-display_width (1.7.0) word_wrap (1.0.0) - xcodeproj (1.17.1) + xcodeproj (1.18.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) diff --git a/example/ios/fastlane/Fastfile b/example/ios/fastlane/Fastfile index 9f6065be..ec2adc81 100644 --- a/example/ios/fastlane/Fastfile +++ b/example/ios/fastlane/Fastfile @@ -1,4 +1,4 @@ -fastlane_version "2.68.0" +fastlane_version "2.162.0" default_platform :ios before_all do diff --git a/example/ios/fastlane/report.xml b/example/ios/fastlane/report.xml index 4c8743d0..5f117a83 100644 --- a/example/ios/fastlane/report.xml +++ b/example/ios/fastlane/report.xml @@ -5,42 +5,47 @@ - + - + - + - + - + - + - + - + + + + + + diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4a08d0d7..623893de 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.25+27 +version: 1.0.26+28 environment: sdk: ">=2.2.2 <3.0.0"