Skip to content

Commit 4423b50

Browse files
committedMar 28, 2021
Remove references to autoprefixer, seems unneeded
1 parent 2d74470 commit 4423b50

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed
 

‎Gemfile

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
99
gem "jekyll", "~> 4.2"
1010

1111
gem "webrick", "~> 1.7"
12-
13-
gem "jekyll-autoprefixer", "~> 1.0"
14-
15-
gem "therubyracer", "~> 0.12.3"

‎Gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,27 @@ GEM
4242
rexml
4343
kramdown-parser-gfm (1.1.0)
4444
kramdown (~> 2.0)
45-
libv8 (3.16.14.19)
45+
libv8 (8.4.255.0-x86_64-darwin-20)
4646
liquid (4.0.3)
4747
listen (3.5.0)
4848
rb-fsevent (~> 0.10, >= 0.10.3)
4949
rb-inotify (~> 0.9, >= 0.9.10)
5050
mercenary (0.4.0)
51+
mini_racer (0.3.1)
52+
libv8 (~> 8.4.255)
5153
pathutil (0.16.2)
5254
forwardable-extended (~> 2.6)
5355
public_suffix (4.0.6)
5456
rb-fsevent (0.10.4)
5557
rb-inotify (0.10.1)
5658
ffi (~> 1.0)
57-
ref (2.0.0)
5859
rexml (3.2.4)
5960
rouge (3.26.0)
6061
safe_yaml (1.0.5)
6162
sassc (2.4.0)
6263
ffi (~> 1.9)
6364
terminal-table (2.0.0)
6465
unicode-display_width (~> 1.1, >= 1.1.1)
65-
therubyracer (0.12.3)
66-
libv8 (~> 3.16.14.15)
67-
ref
6866
unicode-display_width (1.7.0)
6967
webrick (1.7.0)
7068

@@ -74,7 +72,7 @@ PLATFORMS
7472
DEPENDENCIES
7573
jekyll (~> 4.2)
7674
jekyll-autoprefixer (~> 1.0)
77-
therubyracer (~> 0.12.3)
75+
mini_racer (~> 0.3.1)
7876
webrick (~> 1.7)
7977

8078
BUNDLED WITH

‎_config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
sass:
22
sass_dir: _sass
3-
style: compressed
4-
5-
gems:
6-
- jekyll-autoprefixer
3+
style: compressed

0 commit comments

Comments
 (0)
Please sign in to comment.