We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efecfd5 commit 0e5b8d2Copy full SHA for 0e5b8d2
2 files changed
Gemfile
@@ -5,3 +5,4 @@ source "https://rubygems.org"
5
gem "cocoapods"
6
gem "xcpretty"
7
gem "nkf"
8
+gem "tsort"
Gemfile.lock
@@ -94,6 +94,7 @@ GEM
94
rouge (3.28.0)
95
ruby-macho (2.5.1)
96
securerandom (0.4.1)
97
+ tsort (0.2.0)
98
typhoeus (1.6.0)
99
ethon (>= 0.18.0)
100
tzinfo (2.0.6)
@@ -114,6 +115,7 @@ PLATFORMS
114
115
DEPENDENCIES
116
cocoapods
117
nkf
118
+ tsort
119
xcpretty
120
121
BUNDLED WITH
0 commit comments