Files
android-oss/Gemfile
Alexander Mancevice ff86ca3c24 CircleCI OIDC (#1729)
* Upgrade AWS Ruby SDK to v3

* Use CircleCI OIDC to auth with AWS
2023-01-17 15:37:39 -08:00

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)