From ebb60b9551acdceaf92d974a1c985948b503dfd2 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 25 Jan 2026 21:00:21 +0100 Subject: [PATCH] chore: fix ios and android builds --- .github/workflows/build.yml | 1 - Gemfile | 6 +++++- Gemfile.lock | 19 +++++++++++++++---- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23b3e05..83f6072 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,6 @@ jobs: uses: actions/cache@v4 with: path: | - ios/Pods ~/Library/Caches/CocoaPods ~/.cocoapods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} diff --git a/Gemfile b/Gemfile index 07cd825..df38fa2 100644 --- a/Gemfile +++ b/Gemfile @@ -19,8 +19,12 @@ gem 'logger' gem 'benchmark' gem 'mutex_m' gem 'abbrev' +gem 'nkf' +gem 'base64' +gem 'rexml' +gem 'ostruct' -gem "fastlane", "~> 2.153" +gem "fastlane", "~> 2.231" 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 32a0884..57a29ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) - base64 (0.3.0) + base64 (0.2.0) benchmark (0.4.0) bigdecimal (4.0.1) claide (1.1.0) @@ -130,14 +130,16 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.229.0) + fastlane (2.231.1) CFPropertyList (>= 2.3, < 4.0.0) abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.0) babosa (>= 1.0.3, < 2.0.0) - bundler (>= 1.12.0, < 3.0.0) + base64 (~> 0.2.0) + benchmark (>= 0.1.0) + bundler (>= 1.17.3, < 5.0.0) colored (~> 1.2) commander (~> 4.6) csv (~> 3.3) @@ -158,11 +160,14 @@ GEM http-cookie (~> 1.0.5) json (< 3.0.0) jwt (>= 2.1.0, < 3) + logger (>= 1.6, < 2.0) mini_magick (>= 4.9.4, < 5.0.0) multipart-post (>= 2.0.0, < 3.0.0) mutex_m (~> 0.3.0) naturally (~> 2.2) + nkf (~> 0.2.0) optparse (>= 0.1.1, < 1.0.0) + ostruct (>= 0.1.0) plist (>= 3.1.0, < 4.0.0) rubyzip (>= 2.0.0, < 3.0.0) security (= 0.1.5) @@ -244,8 +249,10 @@ GEM nap (1.1.0) naturally (2.3.0) netrc (0.11.0) + nkf (0.2.0) optparse (0.8.1) os (1.1.4) + ostruct (0.6.3) plist (3.7.2) public_suffix (4.0.7) rake (13.3.1) @@ -303,16 +310,20 @@ PLATFORMS DEPENDENCIES abbrev activesupport (>= 6.1.7.5, != 7.1.0) + base64 benchmark bigdecimal cocoapods (>= 1.13, != 1.15.1, != 1.15.0) concurrent-ruby (< 1.3.4) - fastlane (~> 2.153) + fastlane (~> 2.231) fastlane-plugin-load_json fastlane-plugin-sentry fastlane-plugin-versioning_android logger mutex_m + nkf + ostruct + rexml xcodeproj (< 1.26.0) RUBY VERSION