chore: prepare for v2.4.5 release
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -12,5 +12,11 @@ gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
|
||||
|
||||
gem "fastlane", "~> 2.153"
|
||||
|
||||
gem 'abbrev'
|
||||
gem 'logger'
|
||||
gem 'mutex_m'
|
||||
gem 'csv'
|
||||
gem 'ostruct'
|
||||
|
||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
||||
|
||||
Reference in New Issue
Block a user