diff --git a/Gemfile.lock b/Gemfile.lock index eefccac39..62628cb22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,17 +17,17 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.551.0) - aws-sdk-core (3.125.6) + aws-partitions (1.552.0) + aws-sdk-core (3.126.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.53.0) - aws-sdk-core (~> 3, >= 3.125.0) + aws-sdk-kms (1.54.0) + aws-sdk-core (~> 3, >= 3.126.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.111.3) - aws-sdk-core (~> 3, >= 3.125.0) + aws-sdk-s3 (1.112.0) + aws-sdk-core (~> 3, >= 3.126.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) aws-sigv4 (1.4.0) @@ -86,7 +86,7 @@ GEM escape (0.0.4) ethon (0.15.0) ffi (>= 1.15.0) - excon (0.90.0) + excon (0.91.0) faraday (1.9.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -116,7 +116,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.2.6) - fastlane (2.204.0) + fastlane (2.204.2) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -298,4 +298,4 @@ DEPENDENCIES xcode-install (>= 2.6.1) BUNDLED WITH - 2.2.25 + 2.3.6 diff --git a/Makefile b/Makefile index 161f785b4..196ec901b 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,9 @@ all: ui_tests dependencies: - gem install bundler:2.2.25 + gem install bundler:2.3.6 bundle config set path 'vendor/bundle' bundle install - brew install swiftformat ui_tests: dependencies bundle exec fastlane test_ui --verbose @@ -14,9 +13,6 @@ ui_tests_gmail: dependencies ui_tests_imap: dependencies bundle exec fastlane test_ui_imap --verbose -format: - Scripts/format.sh - snapshots: dependencies brew update && brew install imagemagick bundle exec fastlane snapshot