Skip to content

Commit 6306619

Browse files
committed
Update GA
1 parent 6c3d11c commit 6306619

File tree

2 files changed

+64
-28
lines changed

2 files changed

+64
-28
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'jekyll'
4+
gem 'rmagick'

Gemfile.lock

+63-28
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,74 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
colorator (0.1)
5-
ffi (1.9.10)
6-
jekyll (3.1.6)
7-
colorator (~> 0.1)
8-
jekyll-sass-converter (~> 1.0)
9-
jekyll-watch (~> 1.1)
10-
kramdown (~> 1.3)
11-
liquid (~> 3.0)
12-
mercenary (~> 0.3.3)
13-
rouge (~> 1.7)
4+
addressable (2.8.4)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.5)
13+
forwardable-extended (2.6.0)
14+
google-protobuf (3.23.2-arm64-darwin)
15+
http_parser.rb (0.8.0)
16+
i18n (1.13.0)
17+
concurrent-ruby (~> 1.0)
18+
jekyll (4.3.2)
19+
addressable (~> 2.4)
20+
colorator (~> 1.0)
21+
em-websocket (~> 0.5)
22+
i18n (~> 1.0)
23+
jekyll-sass-converter (>= 2.0, < 4.0)
24+
jekyll-watch (~> 2.0)
25+
kramdown (~> 2.3, >= 2.3.1)
26+
kramdown-parser-gfm (~> 1.0)
27+
liquid (~> 4.0)
28+
mercenary (>= 0.3.6, < 0.5)
29+
pathutil (~> 0.9)
30+
rouge (>= 3.0, < 5.0)
1431
safe_yaml (~> 1.0)
15-
jekyll-sass-converter (1.4.0)
16-
sass (~> 3.4)
17-
jekyll-watch (1.4.0)
18-
listen (~> 3.0, < 3.1)
19-
kramdown (1.11.1)
20-
liquid (3.0.6)
21-
listen (3.0.8)
22-
rb-fsevent (~> 0.9, >= 0.9.4)
23-
rb-inotify (~> 0.9, >= 0.9.7)
24-
mercenary (0.3.6)
25-
rb-fsevent (0.9.7)
26-
rb-inotify (0.9.7)
27-
ffi (>= 0.5.0)
28-
rouge (1.11.1)
29-
safe_yaml (1.0.4)
30-
sass (3.4.22)
32+
terminal-table (>= 1.8, < 4.0)
33+
webrick (~> 1.7)
34+
jekyll-sass-converter (3.0.0)
35+
sass-embedded (~> 1.54)
36+
jekyll-watch (2.2.1)
37+
listen (~> 3.0)
38+
kramdown (2.4.0)
39+
rexml
40+
kramdown-parser-gfm (1.1.0)
41+
kramdown (~> 2.0)
42+
liquid (4.0.4)
43+
listen (3.8.0)
44+
rb-fsevent (~> 0.10, >= 0.10.3)
45+
rb-inotify (~> 0.9, >= 0.9.10)
46+
mercenary (0.4.0)
47+
pathutil (0.16.2)
48+
forwardable-extended (~> 2.6)
49+
pkg-config (1.5.1)
50+
public_suffix (5.0.1)
51+
rb-fsevent (0.11.2)
52+
rb-inotify (0.10.1)
53+
ffi (~> 1.0)
54+
rexml (3.2.5)
55+
rmagick (5.2.0)
56+
pkg-config (~> 1.4)
57+
rouge (4.1.2)
58+
safe_yaml (1.0.5)
59+
sass-embedded (1.62.1-arm64-darwin)
60+
google-protobuf (~> 3.21)
61+
terminal-table (3.0.2)
62+
unicode-display_width (>= 1.1.1, < 3)
63+
unicode-display_width (2.4.2)
64+
webrick (1.8.1)
3165

3266
PLATFORMS
33-
ruby
67+
arm64-darwin-22
3468

3569
DEPENDENCIES
3670
jekyll
71+
rmagick
3772

3873
BUNDLED WITH
39-
1.12.2
74+
2.4.13

0 commit comments

Comments
 (0)