Skip to content

Commit

Permalink
Add nkf to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg committed Dec 25, 2023
1 parent 2059b86 commit 97aa1ed
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
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

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?
gem 'xcpretty'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ GEM
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.1.3)
optparse (0.1.1)
os (1.1.4)
plist (3.7.0)
Expand Down Expand Up @@ -284,6 +285,7 @@ PLATFORMS
DEPENDENCIES
cocoapods
fastlane
nkf
xcpretty

BUNDLED WITH
Expand Down

0 comments on commit 97aa1ed

Please sign in to comment.