diff --git a/.github/actions/setup-android-build/action.yml b/.github/actions/setup-android-build/action.yml index bdb7b9ef44..8d1ea8194d 100644 --- a/.github/actions/setup-android-build/action.yml +++ b/.github/actions/setup-android-build/action.yml @@ -44,6 +44,5 @@ runs: - name: Install Fastlane shell: bash run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/build-authenticator.yml b/.github/workflows/build-authenticator.yml index d3f17ddc28..e16417da4a 100644 --- a/.github/workflows/build-authenticator.yml +++ b/.github/workflows/build-authenticator.yml @@ -98,7 +98,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 @@ -134,7 +133,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a924fcceb..37f7fceb40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 @@ -143,7 +142,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 @@ -462,7 +460,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/publish-store.yml b/.github/workflows/publish-store.yml index 96d6420a77..6969f1bd85 100644 --- a/.github/workflows/publish-store.yml +++ b/.github/workflows/publish-store.yml @@ -83,7 +83,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8191c3468..6ecaaded08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,6 @@ jobs: - name: Install Fastlane run: | - gem install bundler:2.2.27 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 diff --git a/Gemfile b/Gemfile index 89fcb9af06..15a9fa0f81 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,8 @@ gem 'logger' gem 'mutex_m' gem 'csv' +# Since ruby 3.4.1 these are not included in the standard library +gem 'nkf' + # Starting with Ruby 3.5.0, these are not included in the standard library gem 'ostruct' diff --git a/Gemfile.lock b/Gemfile.lock index ccf5832682..c655f0dc61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,15 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.7) - base64 - nkf - rexml + CFPropertyList (3.0.8) abbrev (0.1.2) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1181.0) - aws-sdk-core (3.236.0) + aws-partitions (1.1190.0) + aws-sdk-core (3.239.2) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -20,10 +17,10 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.117.0) - aws-sdk-core (~> 3, >= 3.234.0) + aws-sdk-kms (1.118.0) + aws-sdk-core (~> 3, >= 3.239.1) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.203.0) + aws-sdk-s3 (1.206.0) aws-sdk-core (~> 3, >= 3.234.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -58,9 +55,9 @@ GEM faraday-rack (~> 1.0) faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) - faraday-cookie_jar (0.0.7) + faraday-cookie_jar (0.0.8) faraday (>= 0.8.0) - http-cookie (~> 1.0.0) + http-cookie (>= 1.0.0) faraday-em_http (1.0.0) faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) @@ -75,8 +72,9 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.228.0) + fastlane (2.229.0) CFPropertyList (>= 2.3, < 4.0.0) + abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.0) @@ -84,6 +82,7 @@ GEM bundler (>= 1.12.0, < 3.0.0) colored (~> 1.2) commander (~> 4.6) + csv (~> 3.3) dotenv (>= 2.1.1, < 3.0.0) emoji_regex (>= 0.1, < 4.0) excon (>= 0.71.0, < 1.0.0) @@ -103,6 +102,7 @@ GEM jwt (>= 2.1.0, < 3) mini_magick (>= 4.9.4, < 5.0.0) multipart-post (>= 2.0.0, < 3.0.0) + mutex_m (~> 0.3.0) naturally (~> 2.2) optparse (>= 0.1.1, < 1.0.0) plist (>= 3.1.0, < 4.0.0) @@ -175,7 +175,7 @@ GEM logger (1.7.0) mini_magick (4.13.2) mini_mime (1.1.5) - multi_json (1.17.0) + multi_json (1.18.0) multipart-post (2.4.1) mutex_m (0.3.0) nanaimo (0.4.0) @@ -185,7 +185,7 @@ GEM os (1.1.4) ostruct (0.6.3) plist (3.7.2) - public_suffix (6.0.2) + public_suffix (7.0.0) rake (13.3.1) representable (3.2.0) declarative (< 0.1.0) @@ -241,6 +241,7 @@ DEPENDENCIES fastlane-plugin-firebase_app_distribution logger mutex_m + nkf ostruct time @@ -248,4 +249,4 @@ RUBY VERSION ruby 3.4.2p28 BUNDLED WITH - 2.6.9 + 2.6.2