Skip to content

Commit 40ee901

Browse files
committed
Downgrade jazzy, latest gives error
1 parent 71e587e commit 40ee901

File tree

2 files changed

+40
-55
lines changed

2 files changed

+40
-55
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org' do
33
gem 'xcpretty'
44
end
55

6-
gem 'jazzy', git: 'https://github.com/realm/jazzy.git'
6+
gem 'jazzy', '0.9.5'
77

Gemfile.lock

+39-54
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,65 @@
1-
GIT
2-
remote: https://github.com/realm/jazzy.git
3-
revision: 53c5d5b3fa22fc3975884a2c92407de204f1697b
4-
specs:
5-
jazzy (0.13.6)
6-
cocoapods (~> 1.5)
7-
mustache (~> 1.1)
8-
open4
9-
redcarpet (~> 3.4)
10-
rouge (>= 2.0.6, < 4.0)
11-
sassc (~> 2.1)
12-
sqlite3 (~> 1.3)
13-
xcinvoke (~> 0.3.0)
14-
151
GEM
162
remote: https://rubygems.org/
173
specs:
184
CFPropertyList (3.0.3)
19-
activesupport (5.2.5)
20-
concurrent-ruby (~> 1.0, >= 1.0.2)
21-
i18n (>= 0.7, < 2)
5+
activesupport (4.2.11.3)
6+
i18n (~> 0.7)
227
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
239
tzinfo (~> 1.1)
24-
addressable (2.7.0)
25-
public_suffix (>= 2.0.2, < 5.0)
26-
algoliasearch (1.27.5)
27-
httpclient (~> 2.8, >= 2.8.3)
28-
json (>= 1.5.1)
2910
atomos (0.1.3)
3011
claide (1.0.3)
31-
cocoapods (1.10.1)
32-
addressable (~> 2.6)
12+
cocoapods (1.5.3)
13+
activesupport (>= 4.0.2, < 5)
3314
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.10.1)
35-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
36-
cocoapods-downloader (>= 1.4.0, < 2.0)
15+
cocoapods-core (= 1.5.3)
16+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17+
cocoapods-downloader (>= 1.2.0, < 2.0)
3718
cocoapods-plugins (>= 1.0.0, < 2.0)
3819
cocoapods-search (>= 1.0.0, < 2.0)
39-
cocoapods-trunk (>= 1.4.0, < 2.0)
20+
cocoapods-stats (>= 1.0.0, < 2.0)
21+
cocoapods-trunk (>= 1.3.0, < 2.0)
4022
cocoapods-try (>= 1.1.0, < 2.0)
4123
colored2 (~> 3.1)
4224
escape (~> 0.0.4)
43-
fourflusher (>= 2.3.0, < 3.0)
25+
fourflusher (~> 2.0.1)
4426
gh_inspector (~> 1.0)
45-
molinillo (~> 0.6.6)
27+
molinillo (~> 0.6.5)
4628
nap (~> 1.0)
47-
ruby-macho (~> 1.4)
48-
xcodeproj (>= 1.19.0, < 2.0)
49-
cocoapods-core (1.10.1)
50-
activesupport (> 5.0, < 6)
51-
addressable (~> 2.6)
52-
algoliasearch (~> 1.0)
53-
concurrent-ruby (~> 1.1)
29+
ruby-macho (~> 1.1)
30+
xcodeproj (>= 1.5.7, < 2.0)
31+
cocoapods-core (1.5.3)
32+
activesupport (>= 4.0.2, < 6)
5433
fuzzy_match (~> 2.0.4)
5534
nap (~> 1.0)
56-
netrc (~> 0.11)
57-
public_suffix
58-
typhoeus (~> 1.0)
5935
cocoapods-deintegrate (1.0.4)
6036
cocoapods-downloader (1.4.0)
6137
cocoapods-plugins (1.0.0)
6238
nap
6339
cocoapods-search (1.0.0)
40+
cocoapods-stats (1.1.0)
6441
cocoapods-trunk (1.5.0)
6542
nap (>= 0.8, < 2.0)
6643
netrc (~> 0.11)
6744
cocoapods-try (1.2.0)
6845
colored2 (3.1.2)
6946
concurrent-ruby (1.1.8)
7047
escape (0.0.4)
71-
ethon (0.14.0)
72-
ffi (>= 1.15.0)
7348
ffi (1.15.0)
74-
fourflusher (2.3.1)
49+
fourflusher (2.0.1)
7550
fuzzy_match (2.0.4)
7651
gh_inspector (1.1.3)
77-
httpclient (2.8.3)
78-
i18n (1.8.10)
52+
i18n (0.9.5)
7953
concurrent-ruby (~> 1.0)
80-
json (2.5.1)
54+
jazzy (0.9.5)
55+
cocoapods (~> 1.5.3)
56+
mustache (~> 1.1.0)
57+
open4
58+
redcarpet (~> 3.4.0)
59+
rouge (>= 2.0.6, < 4.0)
60+
sass (~> 3.6.0)
61+
sqlite3 (~> 1.3.13)
62+
xcinvoke (~> 0.3.0)
8163
liferaft (0.0.6)
8264
minitest (5.14.4)
8365
molinillo (0.6.6)
@@ -86,16 +68,19 @@ GEM
8668
nap (1.1.0)
8769
netrc (0.11.0)
8870
open4 (1.3.4)
89-
public_suffix (4.0.6)
90-
redcarpet (3.5.1)
71+
rb-fsevent (0.10.4)
72+
rb-inotify (0.10.1)
73+
ffi (~> 1.0)
74+
redcarpet (3.4.0)
9175
rouge (2.0.7)
9276
ruby-macho (1.4.0)
93-
sassc (2.4.0)
94-
ffi (~> 1.9)
95-
sqlite3 (1.4.2)
77+
sass (3.6.0)
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)
9683
thread_safe (0.3.6)
97-
typhoeus (1.4.0)
98-
ethon (>= 0.9.0)
9984
tzinfo (1.2.9)
10085
thread_safe (~> 0.1)
10186
xcinvoke (0.3.0)
@@ -114,7 +99,7 @@ PLATFORMS
11499

115100
DEPENDENCIES
116101
cocoapods!
117-
jazzy!
102+
jazzy (= 0.9.5)
118103
xcpretty!
119104

120105
BUNDLED WITH

0 commit comments

Comments
 (0)