File tree 4 files changed +46
-36
lines changed
4 files changed +46
-36
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
rvm :
3
3
- 2.3.3
4
+ before_install :
5
+ - bundle update listen
6
+ install :
7
+ - bundle install --jobs=3 --retry=3 --full-index --deployment
4
8
script :
5
9
- " ./scripts/build"
6
10
- " ./scripts/test"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ruby RUBY_VERSION
9
9
#
10
10
# This will help ensure the proper Jekyll version is running.
11
11
# Happy Jekylling!
12
- gem "jekyll" , "3.3.1"
12
+ gem "jekyll"
13
13
14
14
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15
15
gem "minima" , "~> 2.0"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (5.2.1 )
4
+ activesupport (5.2.2 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 0.7 , < 2 )
7
7
minitest (~> 5.1 )
10
10
public_suffix (>= 2.0.2 , < 4.0 )
11
11
colorator (1.1.0 )
12
12
colorize (0.8.1 )
13
- concurrent-ruby (1.0.5 )
13
+ concurrent-ruby (1.1.4 )
14
14
cssminify2 (2.0.1 )
15
+ em-websocket (0.5.1 )
16
+ eventmachine (>= 0.12.9 )
17
+ http_parser.rb (~> 0.6.0 )
15
18
ethon (0.11.0 )
16
19
ffi (>= 1.3.0 )
20
+ eventmachine (1.2.7 )
17
21
execjs (2.7.0 )
18
- ffi (1.9.25 )
22
+ ffi (1.10.0 )
19
23
forwardable-extended (2.6.0 )
20
- html-proofer (3.9.2 )
24
+ html-proofer (3.10.0 )
21
25
activesupport (>= 4.2 , < 6.0 )
22
26
addressable (~> 2.3 )
23
27
colorize (~> 0.8 )
24
28
mercenary (~> 0.3.2 )
25
- nokogiri (~> 1.8.1 )
29
+ nokogiri (~> 1.9 )
26
30
parallel (~> 1.3 )
27
31
typhoeus (~> 1.3 )
28
32
yell (~> 2.0 )
29
33
htmlcompressor (0.4.0 )
30
- i18n (1.1.0 )
34
+ http_parser.rb (0.6.0 )
35
+ i18n (0.9.5 )
31
36
concurrent-ruby (~> 1.0 )
32
- jekyll (3.3.1 )
37
+ jekyll (3.8.5 )
33
38
addressable (~> 2.4 )
34
39
colorator (~> 1.0 )
40
+ em-websocket (~> 0.5 )
41
+ i18n (~> 0.7 )
35
42
jekyll-sass-converter (~> 1.0 )
36
- jekyll-watch (~> 1.1 )
37
- kramdown (~> 1.3 )
38
- liquid (~> 3 .0 )
43
+ jekyll-watch (~> 2.0 )
44
+ kramdown (~> 1.14 )
45
+ liquid (~> 4 .0 )
39
46
mercenary (~> 0.3.3 )
40
47
pathutil (~> 0.9 )
41
- rouge (~> 1.7 )
48
+ rouge (>= 1.7 , < 4 )
42
49
safe_yaml (~> 1.0 )
43
50
jekyll-feed (0.11.0 )
44
51
jekyll (~> 3.3 )
45
- jekyll-minifier (0.1.2 )
52
+ jekyll-minifier (0.1.9 )
46
53
cssminify2 (~> 2.0 )
47
- htmlcompressor (~> 0.3 )
48
- jekyll (~> 3.0 )
49
- uglifier (~> 2.7 )
54
+ htmlcompressor (~> 0.4 )
55
+ jekyll (>= 3.5 )
56
+ uglifier (~> 4.1 )
50
57
jekyll-sass-converter (1.5.2 )
51
58
sass (~> 3.4 )
52
59
jekyll-seo-tag (2.5.0 )
53
60
jekyll (~> 3.3 )
54
61
jekyll-sitemap (1.2.0 )
55
62
jekyll (~> 3.3 )
56
- jekyll-watch (1.5.1 )
63
+ jekyll-watch (2.1.2 )
57
64
listen (~> 3.0 )
58
- json (2.1.0 )
59
65
kramdown (1.17.0 )
60
- liquid (3 .0.6 )
66
+ liquid (4 .0.1 )
61
67
listen (3.1.5 )
62
- rb-fsevent (~> 0.9 , >= 0.9.4 )
63
68
rb-inotify (~> 0.9 , >= 0.9.7 )
64
69
ruby_dep (~> 1.2 )
65
70
mercenary (0.3.6 )
66
- mini_portile2 (2.3.0 )
67
- minima (2.1.1 )
68
- jekyll (~> 3.3 )
71
+ mini_portile2 (2.4.0 )
72
+ minima (2.5.0 )
73
+ jekyll (~> 3.5 )
74
+ jekyll-feed (~> 0.9 )
75
+ jekyll-seo-tag (~> 2.1 )
69
76
minitest (5.11.3 )
70
- nokogiri (1.8.4 )
71
- mini_portile2 (~> 2.3 .0 )
77
+ nokogiri (1.10.0 )
78
+ mini_portile2 (~> 2.4 .0 )
72
79
parallel (1.12.1 )
73
- pathutil (0.16.1 )
80
+ pathutil (0.16.2 )
74
81
forwardable-extended (~> 2.6 )
75
82
public_suffix (3.0.3 )
76
83
rb-fsevent (0.10.3 )
77
- rb-inotify (0.9.10 )
78
- ffi (>= 0.5.0 , < 2 )
79
- rouge (1.11.1 )
84
+ rb-inotify (0.10.0 )
85
+ ffi (~> 1.0 )
86
+ rouge (3.3.0 )
80
87
ruby_dep (1.5.0 )
81
88
safe_yaml (1.0.4 )
82
- sass (3.6.0 )
89
+ sass (3.7.3 )
83
90
sass-listen (~> 4.0.0 )
84
91
sass-listen (4.0.0 )
85
92
rb-fsevent (~> 0.9 , >= 0.9.4 )
86
93
rb-inotify (~> 0.9 , >= 0.9.7 )
87
94
thread_safe (0.3.6 )
88
- typhoeus (1.3.0 )
95
+ typhoeus (1.3.1 )
89
96
ethon (>= 0.9.0 )
90
97
tzinfo (1.2.5 )
91
98
thread_safe (~> 0.1 )
92
- uglifier (2.7.2 )
93
- execjs (>= 0.3.0 )
94
- json (>= 1.8.0 )
99
+ uglifier (4.1.20 )
100
+ execjs (>= 0.3.0 , < 3 )
95
101
yell (2.0.7 )
96
102
97
103
PLATFORMS
98
104
ruby
99
105
100
106
DEPENDENCIES
101
107
html-proofer
102
- jekyll ( = 3.3.1 )
108
+ jekyll
103
109
jekyll-feed (~> 0.6 )
104
110
jekyll-minifier
105
111
jekyll-seo-tag
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ github_username: ultimatecoder
27
27
# Build settings
28
28
markdown : kramdown
29
29
theme : minima
30
- gems :
30
+ plugins :
31
31
- jekyll-feed
32
32
- jekyll-minifier
33
33
- jekyll-sitemap
You can’t perform that action at this time.
0 commit comments