Skip to content

Commit

Permalink
Add abbrev to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg committed Dec 25, 2023
1 parent de3acfe commit 4970a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
abbrev (0.1.2)
activesupport (7.1.2)
base64
bigdecimal
Expand Down Expand Up @@ -283,6 +284,7 @@ PLATFORMS
ruby

DEPENDENCIES
abbrev
cocoapods
fastlane
nkf
Expand Down

0 comments on commit 4970a4d

Please sign in to comment.