mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
15 lines
289 B
Ruby
15 lines
289 B
Ruby
source "https://rubygems.org"
|
|
|
|
ruby '3.3.6'
|
|
|
|
# Add compatibility gems for Ruby 3.3+
|
|
gem "abbrev"
|
|
gem "base64"
|
|
gem "mutex_m"
|
|
gem "bigdecimal"
|
|
|
|
gem "fastlane"
|
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|