diff --git a/Gemfile b/Gemfile index fc04b99b0c..b42078ac0b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem "fastlane", "~> 2.227.1" +gem "abbrev", "~> 0.1.2" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index c671ad195d..0d24036ff5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ GEM base64 nkf rexml + abbrev (0.1.2) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) @@ -232,6 +233,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + abbrev (~> 0.1.2) fastlane (~> 2.227.1) fastlane-plugin-firebase_app_distribution