File tree 2 files changed +26
-20
lines changed
2 files changed +26
-20
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
6
7
7
# gem "rails"
8
8
9
- gem "jekyll" , "~> 3.8 "
9
+ gem "jekyll" , "~> 4.1 "
10
10
11
11
gem "octopress-hooks" , "~> 2.6"
12
12
13
- gem "git" , "~> 1.5 "
13
+ gem "git" , "~> 1.7 "
Original file line number Diff line number Diff line change 14
14
git (1.7.0 )
15
15
rchardet (~> 1.8 )
16
16
http_parser.rb (0.6.0 )
17
- i18n (0.9.5 )
17
+ i18n (1.8.3 )
18
18
concurrent-ruby (~> 1.0 )
19
- jekyll (3.8.7 )
19
+ jekyll (4.1.0 )
20
20
addressable (~> 2.4 )
21
21
colorator (~> 1.0 )
22
22
em-websocket (~> 0.5 )
23
- i18n (~> 0.7 )
24
- jekyll-sass-converter (~> 1 .0 )
23
+ i18n (~> 1.0 )
24
+ jekyll-sass-converter (~> 2 .0 )
25
25
jekyll-watch (~> 2.0 )
26
- kramdown (~> 1.14 )
26
+ kramdown (~> 2.1 )
27
+ kramdown-parser-gfm (~> 1.0 )
27
28
liquid (~> 4.0 )
28
- mercenary (~> 0.3.3 )
29
+ mercenary (~> 0.4.0 )
29
30
pathutil (~> 0.9 )
30
- rouge (>= 1.7 , < 4 )
31
+ rouge (~> 3.0 )
31
32
safe_yaml (~> 1.0 )
32
- jekyll-sass-converter (1.5.2 )
33
- sass (~> 3.4 )
33
+ terminal-table (~> 1.8 )
34
+ jekyll-sass-converter (2.1.0 )
35
+ sassc (> 2.0.1 , < 3.0 )
34
36
jekyll-watch (2.2.1 )
35
37
listen (~> 3.0 )
36
- kramdown (1.17.0 )
38
+ kramdown (2.2.1 )
39
+ rexml
40
+ kramdown-parser-gfm (1.1.0 )
41
+ kramdown (~> 2.0 )
37
42
liquid (4.0.3 )
38
43
listen (3.2.1 )
39
44
rb-fsevent (~> 0.10 , >= 0.10.3 )
40
45
rb-inotify (~> 0.9 , >= 0.9.10 )
41
- mercenary (0.3.6 )
46
+ mercenary (0.4.0 )
42
47
octopress-hooks (2.6.2 )
43
48
jekyll (>= 2.0 )
44
49
pathutil (0.16.2 )
48
53
rb-inotify (0.10.1 )
49
54
ffi (~> 1.0 )
50
55
rchardet (1.8.0 )
56
+ rexml (3.2.4 )
51
57
rouge (3.20.0 )
52
58
safe_yaml (1.0.5 )
53
- sass ( 3.7.4 )
54
- sass-listen (~> 4.0.0 )
55
- sass-listen ( 4.0 .0 )
56
- rb-fsevent (~> 0.9 , >= 0.9.4 )
57
- rb-inotify ( ~> 0.9 , >= 0.9.7 )
59
+ sassc ( 2.4.0 )
60
+ ffi (~> 1.9 )
61
+ terminal-table ( 1.8 .0 )
62
+ unicode-display_width (~> 1.1 , >= 1.1.1 )
63
+ unicode-display_width ( 1.7.0 )
58
64
59
65
PLATFORMS
60
66
ruby
61
67
62
68
DEPENDENCIES
63
- git (~> 1.5 )
64
- jekyll (~> 3.8 )
69
+ git (~> 1.7 )
70
+ jekyll (~> 4.1 )
65
71
octopress-hooks (~> 2.6 )
66
72
67
73
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments