Skip to content

Commit 7a24bd4

Browse files
committed
Gemfile update
1 parent 6f17116 commit 7a24bd4

File tree

2 files changed

+221
-70
lines changed

2 files changed

+221
-70
lines changed

Gemfile

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
source "https://rubygems.org"
22

3-
gem 'jekyll', '=3.9.0'
3+
# to publish on github page
4+
gem 'github-pages', group: :jekyll_plugins
5+
6+
# to publish without github page
7+
# gem 'jekyll', '=4.2.2'
48

59
group :jekyll_plugins do
6-
gem 'jekyll-sitemap', '>=1.4.0'
10+
gem 'jekyll-sitemap', '>=1.4.0'
711

8-
# Not used, explicit feed.xml.
9-
gem 'jekyll-feed', '>=0.13.0'
10-
gem 'jekyll-seo-tag', '>=2.6.1'
12+
# Not used, explicit feed.xml.
13+
gem 'jekyll-feed', '>=0.13.0'
14+
gem 'jekyll-seo-tag', '>=2.6.1'
1115

12-
gem 'kramdown-parser-gfm', '>=1.1.0'
16+
gem 'kramdown-parser-gfm', '>=1.1.0'
1317

14-
# https://github.com/gjtorikian/jekyll-last-modified-at
15-
gem 'jekyll-last-modified-at', '>=1.1.0'
16-
17-
# https://github.com/jekyll/jekyll-redirect-from
18-
gem 'jekyll-redirect-from', '>=0.16.0'
18+
# https://github.com/gjtorikian/jekyll-last-modified-at
19+
gem 'jekyll-last-modified-at', '>=1.1.0'
1920

20-
gem 'jekyll-watch', '>=2.2.1'
21-
gem 'jemoji', '>=0.12.0'
22-
gem 'jekyll-paginate', '>=1.1.0'
21+
# https://github.com/jekyll/jekyll-redirect-from
22+
gem 'jekyll-redirect-from', '>=0.16.0'
2323

24-
gem 'jekyll-mentions', '=1.1.3', :platforms => [:ruby, :x64_mingw, :mswin]
25-
# gem 'jekyll-multiple-languages'
24+
gem 'html-proofer'
25+
# gem 'nokogiri', '>=1.8.2'
2626

27-
gem 'html-proofer', '>=3.18.2'
28-
gem 'nokogiri', '>=1.8.2'
29-
end
27+
gem 'webrick'
28+
end

Gemfile.lock

Lines changed: 203 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,107 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.4)
4+
activesupport (7.0.4.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
11-
public_suffix (>= 2.0.2, < 5.0)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
addressable (2.8.4)
10+
public_suffix (>= 2.0.2, < 6.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
1215
colorator (1.1.0)
13-
concurrent-ruby (1.1.7)
14-
em-websocket (0.5.2)
16+
commonmarker (0.23.9)
17+
concurrent-ruby (1.2.2)
18+
dnsruby (1.70.0)
19+
simpleidn (~> 0.2.1)
20+
em-websocket (0.5.3)
1521
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
17-
ethon (0.12.0)
18-
ffi (>= 1.3.0)
22+
http_parser.rb (~> 0)
23+
ethon (0.16.0)
24+
ffi (>= 1.15.0)
1925
eventmachine (1.2.7)
20-
ffi (1.14.2)
26+
execjs (2.8.1)
27+
faraday (2.7.4)
28+
faraday-net_http (>= 2.0, < 3.1)
29+
ruby2_keywords (>= 0.0.4)
30+
faraday-net_http (3.0.2)
31+
ffi (1.15.5)
2132
forwardable-extended (2.6.0)
2233
gemoji (3.0.1)
23-
html-pipeline (2.14.0)
34+
github-pages (228)
35+
github-pages-health-check (= 1.17.9)
36+
jekyll (= 3.9.3)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.4.0)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.15.1)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-include-cache (= 0.2.1)
45+
jekyll-mentions (= 1.6.0)
46+
jekyll-optional-front-matter (= 0.3.2)
47+
jekyll-paginate (= 1.1.0)
48+
jekyll-readme-index (= 0.3.0)
49+
jekyll-redirect-from (= 0.16.0)
50+
jekyll-relative-links (= 0.6.1)
51+
jekyll-remote-theme (= 0.4.3)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.8.0)
54+
jekyll-sitemap (= 1.4.0)
55+
jekyll-swiss (= 1.0.0)
56+
jekyll-theme-architect (= 0.2.0)
57+
jekyll-theme-cayman (= 0.2.0)
58+
jekyll-theme-dinky (= 0.2.0)
59+
jekyll-theme-hacker (= 0.2.0)
60+
jekyll-theme-leap-day (= 0.2.0)
61+
jekyll-theme-merlot (= 0.2.0)
62+
jekyll-theme-midnight (= 0.2.0)
63+
jekyll-theme-minimal (= 0.2.0)
64+
jekyll-theme-modernist (= 0.2.0)
65+
jekyll-theme-primer (= 0.6.0)
66+
jekyll-theme-slate (= 0.2.0)
67+
jekyll-theme-tactile (= 0.2.0)
68+
jekyll-theme-time-machine (= 0.2.0)
69+
jekyll-titles-from-headings (= 0.5.3)
70+
jemoji (= 0.12.0)
71+
kramdown (= 2.3.2)
72+
kramdown-parser-gfm (= 1.1.0)
73+
liquid (= 4.0.4)
74+
mercenary (~> 0.3)
75+
minima (= 2.5.1)
76+
nokogiri (>= 1.13.6, < 2.0)
77+
rouge (= 3.26.0)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.17.9)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (>= 3.0, < 5.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.14.3)
2486
activesupport (>= 2)
2587
nokogiri (>= 1.4)
26-
html-proofer (3.18.2)
88+
html-proofer (4.4.3)
2789
addressable (~> 2.3)
2890
mercenary (~> 0.3)
29-
nokogumbo (~> 2.0)
30-
parallel (~> 1.3)
91+
nokogiri (~> 1.13)
92+
parallel (~> 1.10)
3193
rainbow (~> 3.0)
3294
typhoeus (~> 1.3)
3395
yell (~> 2.0)
34-
http_parser.rb (0.6.0)
35-
i18n (0.9.5)
96+
zeitwerk (~> 2.5)
97+
http_parser.rb (0.8.0)
98+
i18n (1.13.0)
3699
concurrent-ruby (~> 1.0)
37-
jekyll (3.9.0)
100+
jekyll (3.9.3)
38101
addressable (~> 2.4)
39102
colorator (~> 1.0)
40103
em-websocket (~> 0.5)
41-
i18n (~> 0.7)
104+
i18n (>= 0.7, < 2)
42105
jekyll-sass-converter (~> 1.0)
43106
jekyll-watch (~> 2.0)
44107
kramdown (>= 1.17, < 3)
@@ -47,86 +110,175 @@ GEM
47110
pathutil (~> 0.9)
48111
rouge (>= 1.7, < 4)
49112
safe_yaml (~> 1.0)
113+
jekyll-avatar (0.7.0)
114+
jekyll (>= 3.0, < 5.0)
115+
jekyll-coffeescript (1.1.1)
116+
coffee-script (~> 2.2)
117+
coffee-script-source (~> 1.11.1)
118+
jekyll-commonmark (1.4.0)
119+
commonmarker (~> 0.22)
120+
jekyll-commonmark-ghpages (0.4.0)
121+
commonmarker (~> 0.23.7)
122+
jekyll (~> 3.9.0)
123+
jekyll-commonmark (~> 1.4.0)
124+
rouge (>= 2.0, < 5.0)
125+
jekyll-default-layout (0.1.4)
126+
jekyll (~> 3.0)
50127
jekyll-feed (0.15.1)
51128
jekyll (>= 3.7, < 5.0)
129+
jekyll-gist (1.5.0)
130+
octokit (~> 4.2)
131+
jekyll-github-metadata (2.13.0)
132+
jekyll (>= 3.4, < 5.0)
133+
octokit (~> 4.0, != 4.4.0)
134+
jekyll-include-cache (0.2.1)
135+
jekyll (>= 3.7, < 5.0)
52136
jekyll-last-modified-at (1.3.0)
53137
jekyll (>= 3.7, < 5.0)
54138
posix-spawn (~> 0.3.9)
55-
jekyll-mentions (1.1.3)
139+
jekyll-mentions (1.6.0)
56140
html-pipeline (~> 2.3)
57-
jekyll (~> 3.0)
141+
jekyll (>= 3.7, < 5.0)
142+
jekyll-optional-front-matter (0.3.2)
143+
jekyll (>= 3.0, < 5.0)
58144
jekyll-paginate (1.1.0)
145+
jekyll-readme-index (0.3.0)
146+
jekyll (>= 3.0, < 5.0)
59147
jekyll-redirect-from (0.16.0)
60148
jekyll (>= 3.3, < 5.0)
149+
jekyll-relative-links (0.6.1)
150+
jekyll (>= 3.3, < 5.0)
151+
jekyll-remote-theme (0.4.3)
152+
addressable (~> 2.0)
153+
jekyll (>= 3.5, < 5.0)
154+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
155+
rubyzip (>= 1.3.0, < 3.0)
61156
jekyll-sass-converter (1.5.2)
62157
sass (~> 3.4)
63-
jekyll-seo-tag (2.7.1)
158+
jekyll-seo-tag (2.8.0)
64159
jekyll (>= 3.8, < 5.0)
65160
jekyll-sitemap (1.4.0)
66161
jekyll (>= 3.7, < 5.0)
162+
jekyll-swiss (1.0.0)
163+
jekyll-theme-architect (0.2.0)
164+
jekyll (> 3.5, < 5.0)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-cayman (0.2.0)
167+
jekyll (> 3.5, < 5.0)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-dinky (0.2.0)
170+
jekyll (> 3.5, < 5.0)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-hacker (0.2.0)
173+
jekyll (> 3.5, < 5.0)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-leap-day (0.2.0)
176+
jekyll (> 3.5, < 5.0)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-merlot (0.2.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-midnight (0.2.0)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-minimal (0.2.0)
185+
jekyll (> 3.5, < 5.0)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-modernist (0.2.0)
188+
jekyll (> 3.5, < 5.0)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-primer (0.6.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-github-metadata (~> 2.9)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-slate (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-tactile (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-time-machine (0.2.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-seo-tag (~> 2.0)
203+
jekyll-titles-from-headings (0.5.3)
204+
jekyll (>= 3.3, < 5.0)
67205
jekyll-watch (2.2.1)
68206
listen (~> 3.0)
69207
jemoji (0.12.0)
70208
gemoji (~> 3.0)
71209
html-pipeline (~> 2.2)
72210
jekyll (>= 3.0, < 5.0)
73-
kramdown (2.3.0)
211+
kramdown (2.3.2)
74212
rexml
75213
kramdown-parser-gfm (1.1.0)
76214
kramdown (~> 2.0)
77-
liquid (4.0.3)
78-
listen (3.3.3)
215+
liquid (4.0.4)
216+
listen (3.8.0)
79217
rb-fsevent (~> 0.10, >= 0.10.3)
80218
rb-inotify (~> 0.9, >= 0.9.10)
81219
mercenary (0.3.6)
82-
mini_portile2 (2.4.0)
83-
minitest (5.14.2)
84-
nokogiri (1.10.10)
85-
mini_portile2 (~> 2.4.0)
86-
nokogumbo (2.0.4)
87-
nokogiri (~> 1.8, >= 1.8.4)
88-
parallel (1.20.1)
220+
minima (2.5.1)
221+
jekyll (>= 3.5, < 5.0)
222+
jekyll-feed (~> 0.9)
223+
jekyll-seo-tag (~> 2.1)
224+
minitest (5.18.0)
225+
nokogiri (1.15.1-x86_64-darwin)
226+
racc (~> 1.4)
227+
octokit (4.25.1)
228+
faraday (>= 1, < 3)
229+
sawyer (~> 0.9)
230+
parallel (1.23.0)
89231
pathutil (0.16.2)
90232
forwardable-extended (~> 2.6)
91233
posix-spawn (0.3.15)
92-
public_suffix (4.0.6)
93-
rainbow (3.0.0)
94-
rb-fsevent (0.10.4)
234+
public_suffix (4.0.7)
235+
racc (1.6.2)
236+
rainbow (3.1.1)
237+
rb-fsevent (0.11.2)
95238
rb-inotify (0.10.1)
96239
ffi (~> 1.0)
97-
rexml (3.2.4)
240+
rexml (3.2.5)
98241
rouge (3.26.0)
242+
ruby2_keywords (0.0.5)
243+
rubyzip (2.3.2)
99244
safe_yaml (1.0.5)
100245
sass (3.7.4)
101246
sass-listen (~> 4.0.0)
102247
sass-listen (4.0.0)
103248
rb-fsevent (~> 0.9, >= 0.9.4)
104249
rb-inotify (~> 0.9, >= 0.9.7)
105-
thread_safe (0.3.6)
250+
sawyer (0.9.2)
251+
addressable (>= 2.3.5)
252+
faraday (>= 0.17.3, < 3)
253+
simpleidn (0.2.1)
254+
unf (~> 0.1.4)
255+
terminal-table (1.8.0)
256+
unicode-display_width (~> 1.1, >= 1.1.1)
106257
typhoeus (1.4.0)
107258
ethon (>= 0.9.0)
108-
tzinfo (1.2.9)
109-
thread_safe (~> 0.1)
259+
tzinfo (2.0.6)
260+
concurrent-ruby (~> 1.0)
261+
unf (0.1.4)
262+
unf_ext
263+
unf_ext (0.0.8.2)
264+
unicode-display_width (1.8.0)
265+
webrick (1.8.1)
110266
yell (2.2.2)
111-
zeitwerk (2.4.2)
267+
zeitwerk (2.6.8)
112268

113269
PLATFORMS
114-
ruby
270+
x86_64-darwin-20
115271

116272
DEPENDENCIES
117-
html-proofer (>= 3.18.2)
118-
jekyll (= 3.9.0)
273+
github-pages
274+
html-proofer
119275
jekyll-feed (>= 0.13.0)
120276
jekyll-last-modified-at (>= 1.1.0)
121-
jekyll-mentions (= 1.1.3)
122-
jekyll-paginate (>= 1.1.0)
123277
jekyll-redirect-from (>= 0.16.0)
124278
jekyll-seo-tag (>= 2.6.1)
125279
jekyll-sitemap (>= 1.4.0)
126-
jekyll-watch (>= 2.2.1)
127-
jemoji (>= 0.12.0)
128280
kramdown-parser-gfm (>= 1.1.0)
129-
nokogiri (>= 1.8.2)
281+
webrick
130282

131283
BUNDLED WITH
132-
1.17.2
284+
2.2.22

0 commit comments

Comments
 (0)