We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3acfe commit 4970a4dCopy full SHA for 4970a4d
2 files changed
Gemfile
@@ -1,5 +1,6 @@
1
source 'https://rubygems.org'
2
3
+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?
4
gem 'cocoapods'
5
gem 'fastlane'
6
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?
Gemfile.lock
@@ -3,6 +3,7 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
+ abbrev (0.1.2)
7
activesupport (7.1.2)
8
base64
9
bigdecimal
@@ -283,6 +284,7 @@ PLATFORMS
283
284
ruby
285
286
DEPENDENCIES
287
+ abbrev
288
cocoapods
289
fastlane
290
nkf
0 commit comments