Skip to content

Commit 10f8557

Browse files
chore(deps): add ostruct gem for Ruby 3.4+ compatibility
Fastlane's app_store_build_number action requires ostruct, which is no longer a default gem in Ruby 3.4+. Adding it explicitly to silence deprecation warnings. Resolves warning: 'ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 4.0.0'
1 parent 6879aa6 commit 10f8557

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4+
gem "ostruct" # Required for Ruby 3.4+ compatibility

0 commit comments

Comments
 (0)