Skip to content

Commit 4970a4d

Browse files
committed
Add abbrev to Gemfile.
1 parent de3acfe commit 4970a4d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

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?
34
gem 'cocoapods'
45
gem 'fastlane'
56
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6+
abbrev (0.1.2)
67
activesupport (7.1.2)
78
base64
89
bigdecimal
@@ -283,6 +284,7 @@ PLATFORMS
283284
ruby
284285

285286
DEPENDENCIES
287+
abbrev
286288
cocoapods
287289
fastlane
288290
nkf

0 commit comments

Comments
 (0)