mirror of
https://github.com/kickstarter/android-oss.git
synced 2026-03-13 09:11:01 +08:00
12 lines
280 B
Ruby
12 lines
280 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'activesupport'
|
|
gem 'aws-sdk-s3', '~> 1.0'
|
|
gem 'configs'
|
|
gem 'commander'
|
|
gem 'excon'
|
|
gem 'fastlane'
|
|
gem 'rainbow'
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|