chore: prepare for v2.4.5 release

This commit is contained in:
Lei Nelissen
2025-05-05 14:09:51 +02:00
parent 6a0f28516b
commit a2d10756a5
51 changed files with 80 additions and 154 deletions

View File

@@ -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)