Skip to content

Commit d7cc378

Browse files
committed
chore(jekyll): more specific version pin
1 parent ee460ff commit d7cc378

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source "https://rubygems.org"
2-
gem "jekyll"
2+
3+
gem "jekyll", "~> 4.3.3"
4+
gem "jekyll-sass-converter", "2.2.0"

Gemfile.lock

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.3.4)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.17.0)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-darwin)
15+
forwardable-extended (2.6.0)
16+
http_parser.rb (0.8.0)
17+
i18n (1.14.6)
18+
concurrent-ruby (~> 1.0)
19+
jekyll (4.3.3)
20+
addressable (~> 2.4)
21+
colorator (~> 1.0)
22+
em-websocket (~> 0.5)
23+
i18n (~> 1.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
25+
jekyll-watch (~> 2.0)
26+
kramdown (~> 2.3, >= 2.3.1)
27+
kramdown-parser-gfm (~> 1.0)
28+
liquid (~> 4.0)
29+
mercenary (>= 0.3.6, < 0.5)
30+
pathutil (~> 0.9)
31+
rouge (>= 3.0, < 5.0)
32+
safe_yaml (~> 1.0)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
35+
jekyll-sass-converter (2.2.0)
36+
sassc (> 2.0.1, < 3.0)
37+
jekyll-watch (2.2.1)
38+
listen (~> 3.0)
39+
kramdown (2.4.0)
40+
rexml
41+
kramdown-parser-gfm (1.1.0)
42+
kramdown (~> 2.0)
43+
liquid (4.0.4)
44+
listen (3.9.0)
45+
rb-fsevent (~> 0.10, >= 0.10.3)
46+
rb-inotify (~> 0.9, >= 0.9.10)
47+
mercenary (0.4.0)
48+
pathutil (0.16.2)
49+
forwardable-extended (~> 2.6)
50+
public_suffix (6.0.1)
51+
rb-fsevent (0.11.2)
52+
rb-inotify (0.11.1)
53+
ffi (~> 1.0)
54+
rexml (3.3.7)
55+
rouge (4.3.0)
56+
safe_yaml (1.0.5)
57+
sassc (2.4.0)
58+
ffi (~> 1.9)
59+
terminal-table (3.0.2)
60+
unicode-display_width (>= 1.1.1, < 3)
61+
unicode-display_width (2.6.0)
62+
webrick (1.8.1)
63+
64+
PLATFORMS
65+
arm64-darwin
66+
ruby
67+
x86_64-darwin
68+
x86_64-linux
69+
70+
DEPENDENCIES
71+
jekyll (~> 4.3.3)
72+
jekyll-sass-converter (= 2.2.0)
73+
74+
BUNDLED WITH
75+
2.4.13

0 commit comments

Comments
 (0)