diff --git a/Gemfile b/Gemfile index 1b0cf454..43dea460 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source 'https://rubygems.org' +gem 'abbrev' # added this because a warning told me to. It is a dependency of highline which is a dependency of something else, maybe fastlane? gem 'cocoapods' gem 'fastlane' gem 'nkf' # added this because a warning told me to. It is a dependency of CFPropertyList which is a dependency of something else, maybe fastlane? diff --git a/Gemfile.lock b/Gemfile.lock index c3b805d4..8f5ab679 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: CFPropertyList (3.0.6) rexml + abbrev (0.1.2) activesupport (7.1.2) base64 bigdecimal @@ -283,6 +284,7 @@ PLATFORMS ruby DEPENDENCIES + abbrev cocoapods fastlane nkf