Skip to content

Commit 2330947

Browse files
author
markzegarelli
committed
remove liquid-c
1 parent befe006 commit 2330947

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", github: "jekyll/jekyll"
4-
gem "liquid-c"
54

65
group :development do
76
gem "faraday"

Gemfile.lock

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/jekyll/jekyll.git
3-
revision: 5687bf97d8242feb8bb8f03cdc93991fb20847b7
3+
revision: 26a949df85a1f9577e8080e19f2196c8a3db17ec
44
specs:
55
jekyll (4.2.1)
66
addressable (~> 2.4)
@@ -92,14 +92,12 @@ GEM
9292
jekyll (>= 3.7, < 5.0)
9393
jekyll-watch (2.2.1)
9494
listen (~> 3.0)
95-
json (2.5.1)
95+
json (2.6.0)
9696
kramdown (2.3.1)
9797
rexml
9898
kramdown-parser-gfm (1.1.0)
9999
kramdown (~> 2.0)
100100
liquid (4.0.3)
101-
liquid-c (4.0.0)
102-
liquid (>= 3.0.0)
103101
listen (3.7.0)
104102
rb-fsevent (~> 0.10, >= 0.10.3)
105103
rb-inotify (~> 0.9, >= 0.9.10)
@@ -115,7 +113,7 @@ GEM
115113
premonition (2.0.1)
116114
progressbar (1.11.0)
117115
public_suffix (4.0.6)
118-
racc (1.5.2)
116+
racc (1.6.0)
119117
rake (13.0.6)
120118
rb-fsevent (0.11.0)
121119
rb-inotify (0.10.1)
@@ -131,7 +129,7 @@ GEM
131129
thread_safe (0.3.6)
132130
tzinfo (1.2.9)
133131
thread_safe (~> 0.1)
134-
tzinfo-data (1.2021.2)
132+
tzinfo-data (1.2021.4)
135133
tzinfo (>= 1.0.0)
136134
unicode-display_width (2.1.0)
137135
verbal_expressions (0.1.5)
@@ -154,7 +152,6 @@ DEPENDENCIES
154152
jekyll-last-modified-at
155153
jekyll-redirect-from
156154
jekyll-sitemap
157-
liquid-c
158155
premonition (~> 2.0.0)
159156
rake
160157
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)