Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'fastlane'
gem 'cocoapods', '~> 1.15.0'
gem 'activesupport', '~> 7.0', '<= 7.0.8'
gem 'openssl', '>= 3.3.1'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ GEM
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
openssl (3.3.1)
optparse (0.6.0)
os (1.1.4)
plist (3.7.1)
Expand Down Expand Up @@ -303,6 +304,7 @@ DEPENDENCIES
fastlane-plugin-firebase_app_distribution
fastlane-plugin-lambdatest
fastlane-plugin-versioning
openssl (>= 3.3.1)

BUNDLED WITH
2.1.4
Loading