2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
mastodon-ios/Gemfile
shannon a7bdbd710a Remove Arkana from the gemfile
Contributes to IOS-393
2025-04-02 08:28:23 -04:00

9 lines
204 B
Ruby

source "https://rubygems.org"
gem "xcpretty"
# Fastlane
gem "fastlane"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)