mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
9 lines
225 B
Ruby
9 lines
225 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'highline', '> 0'
|
|
gem 'json', '> 0'
|
|
gem 'fastlane', '> 0'
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|