feat: add gem abbrev

This commit is contained in:
Jan Niklas Grabowski
2026-02-11 13:59:24 +01:00
parent f7894b255b
commit cfedf5776f

View File

@@ -5,6 +5,7 @@ gem "fastlane", '~>2.227.2'
gem "cocoapods", '~>1.16.2'
gem "slather"
gem "nkf"
gem "abbrev"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)