Skip to content

Commit ac1626f

Browse files
committed
Add jazzy to Gemfile
1 parent f761dda commit ac1626f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'cocoapods'
4+
gem "jazzy"

Gemfile.lock

+28-1
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,46 @@ GEM
4545
colored2 (3.1.2)
4646
concurrent-ruby (1.0.5)
4747
escape (0.0.4)
48+
ffi (1.9.23)
4849
fourflusher (2.0.1)
4950
fuzzy_match (2.0.4)
5051
gh_inspector (1.1.2)
5152
i18n (0.9.5)
5253
concurrent-ruby (~> 1.0)
54+
jazzy (0.9.2)
55+
cocoapods (~> 1.0)
56+
mustache (~> 0.99)
57+
open4
58+
redcarpet (~> 3.2)
59+
rouge (>= 2.0.6, < 4.0)
60+
sass (~> 3.4)
61+
sqlite3 (~> 1.3)
62+
xcinvoke (~> 0.3.0)
63+
liferaft (0.0.6)
5364
minitest (5.11.3)
5465
molinillo (0.6.4)
66+
mustache (0.99.8)
5567
nanaimo (0.2.3)
5668
nap (1.1.0)
5769
netrc (0.11.0)
70+
open4 (1.3.4)
71+
rb-fsevent (0.10.3)
72+
rb-inotify (0.9.10)
73+
ffi (>= 0.5.0, < 2)
74+
redcarpet (3.4.0)
75+
rouge (3.1.1)
5876
ruby-macho (1.1.0)
77+
sass (3.5.6)
78+
sass-listen (~> 4.0.0)
79+
sass-listen (4.0.0)
80+
rb-fsevent (~> 0.9, >= 0.9.4)
81+
rb-inotify (~> 0.9, >= 0.9.7)
82+
sqlite3 (1.3.13)
5983
thread_safe (0.3.6)
6084
tzinfo (1.2.5)
6185
thread_safe (~> 0.1)
86+
xcinvoke (0.3.0)
87+
liferaft (~> 0.0.6)
6288
xcodeproj (1.5.6)
6389
CFPropertyList (~> 2.3.3)
6490
atomos (~> 0.1.2)
@@ -71,6 +97,7 @@ PLATFORMS
7197

7298
DEPENDENCIES
7399
cocoapods
100+
jazzy
74101

75102
BUNDLED WITH
76-
1.15.4
103+
1.16.0

0 commit comments

Comments
 (0)