diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cb4d04..a9aae04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,9 @@ on: workflow_dispatch: env: - XCODE_VERSION: '15.2' CURRENT_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} + RUBY_VERSION: '3.1' + XCODE_VERSION: '15.2' jobs: main: @@ -31,7 +32,7 @@ jobs: - name: Cache RubyGem Dependencies uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true # Generate build number diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f663d32..f0c01ec 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,6 +7,7 @@ on: workflow_dispatch: env: + RUBY_VERSION: '3.1' XCODE_VERSION: '15.2' jobs: @@ -28,7 +29,7 @@ jobs: - name: Cache RubyGem Dependencies uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true # Build & Distribute diff --git a/Gemfile b/Gemfile index 8d5a62d..419adbd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" -gem 'cocoapods', '~> 1.15.2' -gem 'fastlane', '~> 2.221' +gem 'cocoapods', '~> 1.16' +gem 'fastlane', '~> 2.225' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index 28394e2..2c8d1a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,16 +5,18 @@ GEM base64 nkf rexml - activesupport (7.1.3.4) + activesupport (7.2.2) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) @@ -23,29 +25,30 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.955.0) - aws-sdk-core (3.201.1) + aws-partitions (1.1001.0) + aws-sdk-core (3.211.0) aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.88.0) - aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-kms (1.95.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.156.0) - aws-sdk-core (~> 3, >= 3.201.0) + aws-sdk-s3 (1.169.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.8.0) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) + benchmark (0.3.0) bigdecimal (3.1.8) claide (1.1.0) - cocoapods (1.15.2) + cocoapods (1.16.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.15.2) + cocoapods-core (= 1.16.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -59,8 +62,8 @@ GEM molinillo (~> 0.8.0) nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) - xcodeproj (>= 1.23.0, < 2.0) - cocoapods-core (1.15.2) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -83,7 +86,7 @@ GEM colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) declarative (0.0.20) digest-crc (0.6.5) @@ -95,8 +98,8 @@ GEM escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) - excon (0.111.0) - faraday (1.10.3) + excon (0.112.0) + faraday (1.10.4) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -117,15 +120,15 @@ GEM faraday-httpclient (1.0.1) faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - faraday_middleware (1.2.0) + faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.221.1) + fastlane (2.225.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -141,6 +144,7 @@ GEM faraday-cookie_jar (~> 0.0.6) faraday_middleware (~> 1.0) fastimage (>= 2.1.0, < 3.0.0) + fastlane-sirp (>= 1.0.0) gh_inspector (>= 1.1.2, < 2.0.0) google-apis-androidpublisher_v3 (~> 0.3) google-apis-playcustomapp_v1 (~> 0.1) @@ -169,6 +173,8 @@ GEM fastlane-plugin-firebase_app_distribution (0.9.1) google-apis-firebaseappdistribution_v1 (~> 0.3.0) google-apis-firebaseappdistribution_v1alpha (~> 0.2.0) + fastlane-sirp (1.0.0) + sysrandom (~> 1.0) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-darwin) fourflusher (2.3.1) @@ -194,7 +200,7 @@ GEM google-apis-core (>= 0.11.0, < 2.a) google-apis-storage_v1 (0.31.0) google-apis-core (>= 0.11.0, < 2.a) - google-cloud-core (1.7.0) + google-cloud-core (1.7.1) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) @@ -215,23 +221,23 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) highline (2.0.3) - http-cookie (1.0.6) + http-cookie (1.0.7) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.7.2) - jwt (2.8.2) + json (2.7.6) + jwt (2.9.3) base64 + logger (1.6.1) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.24.1) + minitest (5.25.1) molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.4.1) - mutex_m (0.2.0) - nanaimo (0.3.0) + nanaimo (0.4.0) nap (1.1.0) naturally (2.2.1) netrc (0.11.0) @@ -246,12 +252,12 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.9) - strscan + rexml (3.3.9) rouge (2.0.7) ruby-macho (2.5.1) ruby2_keywords (0.0.5) rubyzip (2.3.2) + securerandom (0.3.1) security (0.1.5) signet (0.19.0) addressable (~> 2.8) @@ -261,7 +267,7 @@ GEM simctl (1.6.10) CFPropertyList naturally - strscan (3.1.0) + sysrandom (1.0.5) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -275,31 +281,28 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) word_wrap (1.0.0) - xcodeproj (1.24.0) + xcodeproj (1.27.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) + nanaimo (~> 0.4.0) + rexml (>= 3.3.6, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) xcpretty (~> 0.2, >= 0.0.7) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - x86_64-darwin-20 - x86_64-darwin-22 + arm64-darwin + x86_64-darwin DEPENDENCIES - cocoapods (~> 1.15.2) - fastlane (~> 2.221) + cocoapods (~> 1.16) + fastlane (~> 2.225) fastlane-plugin-firebase_app_distribution BUNDLED WITH - 2.5.6 + 2.5.22 diff --git a/Podfile b/Podfile index ffa3452..9a54421 100644 --- a/Podfile +++ b/Podfile @@ -14,8 +14,8 @@ target 'NevisExampleApp' do pod 'Swinject', '= 2.8.3' pod 'SwinjectAutoregistration', '= 2.8.3' pod 'Then', '= 3.0.0' - pod 'NevisMobileAuthentication', '~> 3.7.0', :configurations => ['Release'] - pod 'NevisMobileAuthentication-Debug', '~> 3.7.0', :configurations => ['Debug'] + pod 'NevisMobileAuthentication', '3.7.3', :configurations => ['Release'] + pod 'NevisMobileAuthentication-Debug', '3.7.3', :configurations => ['Debug'] end post_install do |installer| diff --git a/Podfile.lock b/Podfile.lock index 06efd06..2ba1e66 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -4,8 +4,8 @@ PODS: - KRProgressHUD (3.4.8): - KRActivityIndicatorView (= 3.0.8) - MercariQRScanner (1.9.0) - - NevisMobileAuthentication (3.7.0) - - NevisMobileAuthentication-Debug (3.7.0) + - NevisMobileAuthentication (3.7.3) + - NevisMobileAuthentication-Debug (3.7.3) - Swinject (2.8.3) - SwinjectAutoregistration (2.8.3): - Swinject (~> 2.8.3) @@ -15,8 +15,8 @@ DEPENDENCIES: - FittedSheets (= 2.6.1) - KRProgressHUD (= 3.4.8) - MercariQRScanner (= 1.9.0) - - NevisMobileAuthentication (~> 3.7.0) - - NevisMobileAuthentication-Debug (~> 3.7.0) + - NevisMobileAuthentication (= 3.7.3) + - NevisMobileAuthentication-Debug (= 3.7.3) - Swinject (= 2.8.3) - SwinjectAutoregistration (= 2.8.3) - Then (= 3.0.0) @@ -38,12 +38,12 @@ SPEC CHECKSUMS: KRActivityIndicatorView: c5c503bf56e54834382dd926b64ff47287ca0006 KRProgressHUD: d0fb4e72428d312eb6966e84c543ea58fb1efbc7 MercariQRScanner: e5aea873969af59b09b4cc411fc1c5b6293dba44 - NevisMobileAuthentication: 0b4094d60be9ba4b5a298a29b6f5ee33b5405a83 - NevisMobileAuthentication-Debug: e458515add04dc3fe7cda6e18a352c96d237180e + NevisMobileAuthentication: 2acb327b1ec23d0d5cd17ff05392cad6405cf070 + NevisMobileAuthentication-Debug: b8e3141e0e926a93488c7d92d7658b8ed388a2b7 Swinject: 893c9a543000ac2f10ee4cbaf0933c6992c935d5 SwinjectAutoregistration: e3ee378dc458acf78d176fc7fec3902603452667 Then: 844265ae87834bbe1147d91d5d41a404da2ec27d -PODFILE CHECKSUM: 9282922e44c6adbf6d9898144f8c8c374462ffc3 +PODFILE CHECKSUM: 11aba951730638eee898effcb9a85f540ce5d708 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2