File tree 3 files changed +5
-14
lines changed
3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
9
9
gem "jekyll" , "~> 4.2"
10
10
11
11
gem "webrick" , "~> 1.7"
12
-
13
- gem "jekyll-autoprefixer" , "~> 1.0"
14
-
15
- gem "therubyracer" , "~> 0.12.3"
Original file line number Diff line number Diff line change 42
42
rexml
43
43
kramdown-parser-gfm (1.1.0 )
44
44
kramdown (~> 2.0 )
45
- libv8 (3.16.14.19 )
45
+ libv8 (8.4.255.0-x86_64-darwin-20 )
46
46
liquid (4.0.3 )
47
47
listen (3.5.0 )
48
48
rb-fsevent (~> 0.10 , >= 0.10.3 )
49
49
rb-inotify (~> 0.9 , >= 0.9.10 )
50
50
mercenary (0.4.0 )
51
+ mini_racer (0.3.1 )
52
+ libv8 (~> 8.4.255 )
51
53
pathutil (0.16.2 )
52
54
forwardable-extended (~> 2.6 )
53
55
public_suffix (4.0.6 )
54
56
rb-fsevent (0.10.4 )
55
57
rb-inotify (0.10.1 )
56
58
ffi (~> 1.0 )
57
- ref (2.0.0 )
58
59
rexml (3.2.4 )
59
60
rouge (3.26.0 )
60
61
safe_yaml (1.0.5 )
61
62
sassc (2.4.0 )
62
63
ffi (~> 1.9 )
63
64
terminal-table (2.0.0 )
64
65
unicode-display_width (~> 1.1 , >= 1.1.1 )
65
- therubyracer (0.12.3 )
66
- libv8 (~> 3.16.14.15 )
67
- ref
68
66
unicode-display_width (1.7.0 )
69
67
webrick (1.7.0 )
70
68
@@ -74,7 +72,7 @@ PLATFORMS
74
72
DEPENDENCIES
75
73
jekyll (~> 4.2 )
76
74
jekyll-autoprefixer (~> 1.0 )
77
- therubyracer (~> 0.12.3 )
75
+ mini_racer (~> 0.3.1 )
78
76
webrick (~> 1.7 )
79
77
80
78
BUNDLED WITH
Original file line number Diff line number Diff line change 1
1
sass :
2
2
sass_dir : _sass
3
- style : compressed
4
-
5
- gems :
6
- - jekyll-autoprefixer
3
+ style : compressed
You can’t perform that action at this time.
0 commit comments