Skip to content

Commit

Permalink
https://github.com/fastlane/fastlane/issues/29183#issuecomment-256709…
Browse files Browse the repository at this point in the history
…3826
  • Loading branch information
sensuikan1973 committed Jan 16, 2025
1 parent 6810d26 commit af67b56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macos/Gemfile
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 6 additions & 0 deletions macos/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -216,7 +219,10 @@ PLATFORMS
x86_64-darwin-24

DEPENDENCIES
abbrev
fastlane (~> 2.225.0)
mutex_m
ostruct

BUNDLED WITH
2.6.2

0 comments on commit af67b56

Please sign in to comment.