Files
android-oss/Gemfile
Yun Cheng 5d3a87b681 MBL-2854 Update circleci tag to 2025.10.1 and use the compatible fastlane 2.229.1 (#2453)
* 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>
2025-12-17 10:40:00 -05:00

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)