File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'jekyll' , '3.5.2 ' # https://pages.github.com/versions/
3
+ gem 'jekyll' , '~> 3.6.3 ' # https://pages.github.com/versions/
4
4
5
5
group :jekyll_plugins do
6
6
gem 'jekyll-livereload'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.5.1 )
5
- public_suffix (~> 2.0 , >= 2.0.2 )
4
+ addressable (2.5.2 )
5
+ public_suffix (>= 2.0.2 , < 4.0 )
6
6
colorator (1.1.0 )
7
7
em-websocket (0.5.1 )
8
8
eventmachine (>= 0.12.9 )
9
9
http_parser.rb (~> 0.6.0 )
10
10
eventmachine (1.2.5 )
11
- ffi (1.9.18 )
11
+ ffi (1.9.25 )
12
12
forwardable-extended (2.6.0 )
13
13
http_parser.rb (0.6.0 )
14
- jekyll (3.5.2 )
14
+ jekyll (3.6.3 )
15
15
addressable (~> 2.4 )
16
16
colorator (~> 1.0 )
17
17
jekyll-sass-converter (~> 1.0 )
18
18
jekyll-watch (~> 1.1 )
19
- kramdown (~> 1.3 )
19
+ kramdown (~> 1.14 )
20
20
liquid (~> 4.0 )
21
21
mercenary (~> 0.3.3 )
22
22
pathutil (~> 0.9 )
23
- rouge (~> 1.7 )
23
+ rouge (>= 1.7 , < 3 )
24
24
safe_yaml (~> 1.0 )
25
25
jekyll-livereload (0.2.2 )
26
26
em-websocket (~> 0.5 )
27
27
jekyll (~> 3.0 )
28
- jekyll-sass-converter (1.5.0 )
28
+ jekyll-sass-converter (1.5.2 )
29
29
sass (~> 3.4 )
30
- jekyll-watch (1.5.0 )
31
- listen (~> 3.0 , < 3.1 )
32
- kramdown (1.14 .0 )
30
+ jekyll-watch (1.5.1 )
31
+ listen (~> 3.0 )
32
+ kramdown (1.17 .0 )
33
33
liquid (4.0.0 )
34
- listen (3.0.8 )
35
- rb-fsevent (~> 0.9 , > = 0.9.4 )
36
- rb-inotify (~> 0.9 , >= 0.9.7 )
34
+ listen (3.1.1 )
35
+ rb-fsevent (> = 0.9.3 )
36
+ rb-inotify (>= 0.9.7 )
37
37
mercenary (0.3.6 )
38
- pathutil (0.14.0 )
38
+ pathutil (0.16.1 )
39
39
forwardable-extended (~> 2.6 )
40
- public_suffix (2 .0.5 )
41
- rb-fsevent (0.10.2 )
40
+ public_suffix (3 .0.3 )
41
+ rb-fsevent (0.10.3 )
42
42
rb-inotify (0.9.10 )
43
43
ffi (>= 0.5.0 , < 2 )
44
- rouge (1.11 .1 )
44
+ rouge (2.2 .1 )
45
45
safe_yaml (1.0.4 )
46
- sass (3.5.1 )
46
+ sass (3.6.0 )
47
47
sass-listen (~> 4.0.0 )
48
48
sass-listen (4.0.0 )
49
49
rb-fsevent (~> 0.9 , >= 0.9.4 )
@@ -53,8 +53,8 @@ PLATFORMS
53
53
ruby
54
54
55
55
DEPENDENCIES
56
- jekyll (= 3.5.2 )
56
+ jekyll (~> 3.6.3 )
57
57
jekyll-livereload
58
58
59
59
BUNDLED WITH
60
- 1.10 .6
60
+ 1.16 .6
You can’t perform that action at this time.
0 commit comments