mirror of
https://github.com/kickstarter/android-oss.git
synced 2026-03-13 09:11:01 +08:00
* Update circleci tag to 2025.10.1 and use the compatible fastlane 2.229.1 * Accidentally deleted a line * Undo version code increment --------- Co-authored-by: Isabel Martin <arkariang@gmail.com> Co-authored-by: Tony Teate <tonyteate@users.noreply.github.com>
12 lines
291 B
Ruby
12 lines
291 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'activesupport'
|
|
gem 'aws-sdk-s3', '~> 1.0'
|
|
gem 'configs'
|
|
gem 'commander'
|
|
gem 'excon'
|
|
gem 'fastlane', '2.229.1'
|
|
gem 'rainbow'
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|