Update dependecies

This commit is contained in:
Arkadiusz Fal
2024-07-06 11:45:15 +02:00
parent 9e05909659
commit f88a1d17d6
3 changed files with 60 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
source "https://rubygems.org"
gem 'fastlane', git: 'https://github.com/nekrich/fastlane.git', branch: 'fix/match-tvos-devices-fetch'
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)