diff --git a/macos/Gemfile b/macos/Gemfile index 413a1f0d6..9dad378c4 100644 --- a/macos/Gemfile +++ b/macos/Gemfile @@ -1,3 +1,8 @@ source "https://rubygems.org" gem 'fastlane', '~> 2.225.0' + +# https://github.com/fastlane/fastlane/issues/29183#issuecomment-2567093826 +gem "abbrev" +gem "mutex_m" +gem "ostruct" diff --git a/macos/Gemfile.lock b/macos/Gemfile.lock index 4d8193f04..b989b75b4 100644 --- a/macos/Gemfile.lock +++ b/macos/Gemfile.lock @@ -5,6 +5,7 @@ GEM base64 nkf rexml + abbrev (0.1.2) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) @@ -161,11 +162,13 @@ GEM mini_mime (1.1.5) multi_json (1.15.0) multipart-post (2.4.1) + mutex_m (0.3.0) nanaimo (0.4.0) naturally (2.2.1) nkf (0.2.0) optparse (0.6.0) os (1.1.4) + ostruct (0.6.1) plist (3.7.2) public_suffix (6.0.1) rake (13.2.1) @@ -216,7 +219,10 @@ PLATFORMS x86_64-darwin-24 DEPENDENCIES + abbrev fastlane (~> 2.225.0) + mutex_m + ostruct BUNDLED WITH 2.6.2