Skip to content

Commit

Permalink
Merge branch 'fastlane:master' into relax-multipart_post-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard committed Apr 18, 2023
2 parents e5b6540 + b8c1a22 commit 5b6233f
Show file tree
Hide file tree
Showing 77 changed files with 962 additions and 376 deletions.
13 changes: 11 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ orbs:
shellcheck: circleci/shellcheck@2.2.2 # brew install shellcheck stopped working so using this

aliases:
- &important-branches
filters:
branches:
only:
- master
- /^version\-bump\-.*/
# common - cache
- &cache_restore_git
restore_cache:
Expand Down Expand Up @@ -258,16 +264,19 @@ workflows:
name: 'Execute tests on macOS (Xcode 11.7.0, Ruby 2.6)'
xcode_version: '11.7.0'
ruby_version: '2.6'
<<: *important-branches
- tests_macos:
name: 'Execute tests on macOS (Xcode 12.5.1, Ruby 2.7)'
xcode_version: '12.5.1'
ruby_version: '2.7'
ruby_opt: -W:deprecated
<<: *important-branches
- tests_macos:
name: 'Execute tests on macOS (Xcode 13.0.0, Ruby 3.0)'
xcode_version: '13.0.0'
ruby_version: '3.0'
ruby_opt: -W:deprecated
<<: *important-branches
- tests_macos:
name: 'Execute tests on macOS (Xcode 13.0.0, Ruby 3.1)'
xcode_version: '13.0.0'
Expand All @@ -285,7 +294,7 @@ workflows:
ruby_version: 'fastlanetools/ci:0.3.0'
- lint_source_code:
name: 'Lint source code'
ruby_version: 'circleci/ruby:2.6'
ruby_version: 'cimg/ruby:2.6'
- modules_load_up_tests:
name: 'Modules load up tests'
ruby_version: 'circleci/ruby:2.6'
ruby_version: 'cimg/ruby:2.6'
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fastlane (2.211.0)
fastlane (2.212.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -51,16 +51,16 @@ GEM
ast (2.4.2)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.660.0)
aws-sdk-core (3.167.0)
aws-partitions (1.716.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.59.0)
aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.1)
aws-sdk-s3 (1.119.1)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
Expand Down Expand Up @@ -117,7 +117,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.94.0)
excon (0.99.0)
fakefs (1.2.3)
faraday (1.4.1)
faraday-excon (~> 1.1)
Expand All @@ -142,9 +142,9 @@ GEM
gh_inspector (1.1.3)
git (1.8.1)
rchardet (~> 1.8)
google-apis-androidpublisher_v3 (0.31.0)
google-apis-androidpublisher_v3 (0.34.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-core (0.9.1)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand All @@ -153,8 +153,8 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.16.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-playcustomapp_v1 (0.12.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-storage_v1 (0.19.0)
Expand Down Expand Up @@ -187,9 +187,9 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
interception (0.5)
jmespath (1.6.1)
jmespath (1.6.2)
json (2.5.1)
jwt (2.5.0)
jwt (2.7.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -199,7 +199,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.0.0)
Expand All @@ -220,7 +220,7 @@ GEM
parallel (1.20.1)
parser (3.0.1.0)
ast (~> 2.4.1)
plist (3.6.0)
plist (3.7.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.8)
simctl (1.6.10)
CFPropertyList
naturally
simplecov (0.16.1)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
webrick (1.8.1)
word_wrap (1.0.0)
xcode-install (2.6.8)
claide (>= 0.9.1, < 1.1.0)
Expand Down

0 comments on commit 5b6233f

Please sign in to comment.