Skip to content

Commit 770342d

Browse files
author
exoego
committed
Add quotes so that number and string can be distinguished
1 parent 8e2513f commit 770342d

File tree

2 files changed

+554
-543
lines changed

2 files changed

+554
-543
lines changed

Gemfile.lock

Lines changed: 44 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,97 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.1.4)
4+
activesupport (5.2.0)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
6+
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.1)
10-
public_suffix (~> 2.0, >= 2.0.2)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
1212
colorize (0.8.1)
1313
concurrent-ruby (1.0.5)
14+
em-websocket (0.5.1)
15+
eventmachine (>= 0.12.9)
16+
http_parser.rb (~> 0.6.0)
1417
ethon (0.11.0)
1518
ffi (>= 1.3.0)
16-
ffi (1.9.18)
19+
eventmachine (1.2.5)
20+
eventmachine (1.2.5-x64-mingw32)
21+
ffi (1.9.23)
22+
ffi (1.9.23-x64-mingw32)
1723
forwardable-extended (2.6.0)
18-
html-proofer (3.7.5)
24+
html-proofer (3.8.0)
1925
activesupport (>= 4.2, < 6.0)
2026
addressable (~> 2.3)
2127
colorize (~> 0.8)
2228
mercenary (~> 0.3.2)
23-
nokogiri (~> 1.7)
29+
nokogiri (~> 1.8.1)
2430
parallel (~> 1.3)
25-
typhoeus (~> 0.7)
31+
typhoeus (~> 1.3)
2632
yell (~> 2.0)
27-
i18n (0.9.1)
33+
http_parser.rb (0.6.0)
34+
i18n (0.9.5)
2835
concurrent-ruby (~> 1.0)
29-
jekyll (3.5.1)
36+
jekyll (3.8.0)
3037
addressable (~> 2.4)
3138
colorator (~> 1.0)
39+
em-websocket (~> 0.5)
40+
i18n (~> 0.7)
3241
jekyll-sass-converter (~> 1.0)
33-
jekyll-watch (~> 1.1)
34-
kramdown (~> 1.3)
42+
jekyll-watch (~> 2.0)
43+
kramdown (~> 1.14)
3544
liquid (~> 4.0)
3645
mercenary (~> 0.3.3)
3746
pathutil (~> 0.9)
38-
rouge (~> 1.7)
47+
rouge (>= 1.7, < 4)
3948
safe_yaml (~> 1.0)
40-
jekyll-redirect-from (0.12.1)
49+
jekyll-redirect-from (0.13.0)
4150
jekyll (~> 3.3)
42-
jekyll-sass-converter (1.5.0)
51+
jekyll-sass-converter (1.5.2)
4352
sass (~> 3.4)
4453
jekyll-scalafiddle (1.0.1)
4554
jekyll (~> 3.0)
46-
jekyll-watch (1.5.0)
47-
listen (~> 3.0, < 3.1)
48-
kramdown (1.14.0)
55+
jekyll-watch (2.0.0)
56+
listen (~> 3.0)
57+
kramdown (1.16.2)
4958
liquid (4.0.0)
50-
listen (3.0.8)
59+
listen (3.1.5)
5160
rb-fsevent (~> 0.9, >= 0.9.4)
5261
rb-inotify (~> 0.9, >= 0.9.7)
62+
ruby_dep (~> 1.2)
5363
mercenary (0.3.6)
5464
mini_portile2 (2.3.0)
55-
minitest (5.10.3)
56-
nokogiri (1.8.1)
65+
minitest (5.11.3)
66+
nokogiri (1.8.2)
5767
mini_portile2 (~> 2.3.0)
58-
parallel (1.12.0)
59-
pathutil (0.14.0)
68+
nokogiri (1.8.2-x64-mingw32)
69+
mini_portile2 (~> 2.3.0)
70+
parallel (1.12.1)
71+
pathutil (0.16.1)
6072
forwardable-extended (~> 2.6)
61-
public_suffix (2.0.5)
62-
rb-fsevent (0.10.2)
73+
public_suffix (3.0.2)
74+
rb-fsevent (0.10.3)
6375
rb-inotify (0.9.10)
6476
ffi (>= 0.5.0, < 2)
65-
rouge (1.11.1)
77+
rouge (3.1.1)
78+
ruby_dep (1.5.0)
6679
safe_yaml (1.0.4)
67-
sass (3.5.1)
80+
sass (3.5.6)
6881
sass-listen (~> 4.0.0)
6982
sass-listen (4.0.0)
7083
rb-fsevent (~> 0.9, >= 0.9.4)
7184
rb-inotify (~> 0.9, >= 0.9.7)
7285
thread_safe (0.3.6)
73-
typhoeus (0.8.0)
74-
ethon (>= 0.8.0)
75-
tzinfo (1.2.4)
86+
typhoeus (1.3.0)
87+
ethon (>= 0.9.0)
88+
tzinfo (1.2.5)
7689
thread_safe (~> 0.1)
7790
yell (2.0.7)
7891

7992
PLATFORMS
8093
ruby
94+
x64-mingw32
8195

8296
DEPENDENCIES
8397
html-proofer
@@ -86,4 +100,3 @@ DEPENDENCIES
86100

87101
BUNDLED WITH
88102
1.16.1
89-

0 commit comments

Comments
 (0)