Skip to content

Commit

Permalink
Include missing gems until Fastlane is updated for Ruby 3.4 (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Jan 6, 2025
1 parent 7ca44a0 commit 082b4b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 @@ -179,12 +180,14 @@ 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)
netrc (0.11.0)
nkf (0.2.0)
optparse (0.6.0)
os (1.1.4)
ostruct (0.6.1)
plist (3.7.1)
public_suffix (5.1.1)
rake (13.2.1)
Expand Down Expand Up @@ -244,12 +247,15 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
abbrev
fastlane
fastlane-plugin-browserstack
fastlane-plugin-diawi!
fastlane-plugin-sentry
fastlane-plugin-xcconfig
fastlane-plugin-xcodegen
mutex_m
ostruct
semantic
xcode-install

Expand Down
6 changes: 6 additions & 0 deletions fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ gem 'fastlane-plugin-xcodegen'
gem 'fastlane-plugin-sentry'
gem 'fastlane-plugin-browserstack'
gem 'fastlane-plugin-xcconfig'

# Until Fastlane includes them directly.
# https://github.com/fastlane/fastlane/issues/29183
gem "abbrev"
gem "mutex_m"
gem "ostruct"

0 comments on commit 082b4b2

Please sign in to comment.