Skip to content

Commit 7f330b9

Browse files
committed
Fixed Gemfile for GitHub pages
1 parent 81e1e7c commit 7f330b9

File tree

2 files changed

+185
-20
lines changed

2 files changed

+185
-20
lines changed

Gemfile

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.0.0"
10+
# gem "jekyll", "~> 4.0.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
# gem "github-pages", group: :jekyll_plugins
15+
gem "github-pages", "~> 204", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"

Gemfile.lock

Lines changed: 183 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,88 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.2.1)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2)
410
addressable (2.7.0)
511
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
616
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
719
concurrent-ruby (1.1.6)
20+
dnsruby (1.61.3)
21+
addressable (~> 2.5)
822
em-websocket (0.5.1)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
1125
ethon (0.12.0)
1226
ffi (>= 1.3.0)
1327
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.0)
30+
multipart-post (>= 1.2, < 3)
1431
ffi (1.12.2)
1532
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (204)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.3)
72+
mercenary (~> 0.3)
73+
minima (= 2.5.1)
74+
nokogiri (>= 1.10.4, < 2.0)
75+
rouge (= 3.13.0)
76+
terminal-table (~> 1.4)
77+
github-pages-health-check (1.16.1)
78+
addressable (~> 2.3)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 3.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.12.3)
84+
activesupport (>= 2)
85+
nokogiri (>= 1.4)
1686
html-proofer (3.15.1)
1787
addressable (~> 2.3)
1888
mercenary (~> 0.3)
@@ -22,34 +92,114 @@ GEM
2292
typhoeus (~> 1.3)
2393
yell (~> 2.0)
2494
http_parser.rb (0.6.0)
25-
i18n (1.8.2)
95+
i18n (0.9.5)
2696
concurrent-ruby (~> 1.0)
27-
jekyll (4.0.0)
97+
jekyll (3.8.5)
2898
addressable (~> 2.4)
2999
colorator (~> 1.0)
30100
em-websocket (~> 0.5)
31-
i18n (>= 0.9.5, < 2)
32-
jekyll-sass-converter (~> 2.0)
101+
i18n (~> 0.7)
102+
jekyll-sass-converter (~> 1.0)
33103
jekyll-watch (~> 2.0)
34-
kramdown (~> 2.1)
35-
kramdown-parser-gfm (~> 1.0)
104+
kramdown (~> 1.14)
36105
liquid (~> 4.0)
37106
mercenary (~> 0.3.3)
38107
pathutil (~> 0.9)
39-
rouge (~> 3.0)
108+
rouge (>= 1.7, < 4)
40109
safe_yaml (~> 1.0)
41-
terminal-table (~> 1.8)
110+
jekyll-avatar (0.7.0)
111+
jekyll (>= 3.0, < 5.0)
112+
jekyll-coffeescript (1.1.1)
113+
coffee-script (~> 2.2)
114+
coffee-script-source (~> 1.11.1)
115+
jekyll-commonmark (1.3.1)
116+
commonmarker (~> 0.14)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-commonmark-ghpages (0.1.6)
119+
commonmarker (~> 0.17.6)
120+
jekyll-commonmark (~> 1.2)
121+
rouge (>= 2.0, < 4.0)
122+
jekyll-default-layout (0.1.4)
123+
jekyll (~> 3.0)
42124
jekyll-feed (0.13.0)
43125
jekyll (>= 3.7, < 5.0)
44-
jekyll-sass-converter (2.1.0)
45-
sassc (> 2.0.1, < 3.0)
126+
jekyll-gist (1.5.0)
127+
octokit (~> 4.2)
128+
jekyll-github-metadata (2.13.0)
129+
jekyll (>= 3.4, < 5.0)
130+
octokit (~> 4.0, != 4.4.0)
131+
jekyll-mentions (1.5.1)
132+
html-pipeline (~> 2.3)
133+
jekyll (>= 3.7, < 5.0)
134+
jekyll-optional-front-matter (0.3.2)
135+
jekyll (>= 3.0, < 5.0)
136+
jekyll-paginate (1.1.0)
137+
jekyll-readme-index (0.3.0)
138+
jekyll (>= 3.0, < 5.0)
139+
jekyll-redirect-from (0.15.0)
140+
jekyll (>= 3.3, < 5.0)
141+
jekyll-relative-links (0.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-remote-theme (0.4.1)
144+
addressable (~> 2.0)
145+
jekyll (>= 3.5, < 5.0)
146+
rubyzip (>= 1.3.0)
147+
jekyll-sass-converter (1.5.2)
148+
sass (~> 3.4)
46149
jekyll-seo-tag (2.6.1)
47150
jekyll (>= 3.3, < 5.0)
151+
jekyll-sitemap (1.4.0)
152+
jekyll (>= 3.7, < 5.0)
153+
jekyll-swiss (1.0.0)
154+
jekyll-theme-architect (0.1.1)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-cayman (0.1.1)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-dinky (0.1.1)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-hacker (0.1.1)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-leap-day (0.1.1)
167+
jekyll (~> 3.5)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-merlot (0.1.1)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-midnight (0.1.1)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-minimal (0.1.1)
176+
jekyll (~> 3.5)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-modernist (0.1.1)
179+
jekyll (~> 3.5)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-primer (0.5.4)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-github-metadata (~> 2.9)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-slate (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-tactile (0.1.1)
189+
jekyll (~> 3.5)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-time-machine (0.1.1)
192+
jekyll (~> 3.5)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-titles-from-headings (0.5.3)
195+
jekyll (>= 3.3, < 5.0)
48196
jekyll-watch (2.2.1)
49197
listen (~> 3.0)
50-
kramdown (2.1.0)
51-
kramdown-parser-gfm (1.1.0)
52-
kramdown (~> 2.0)
198+
jemoji (0.11.1)
199+
gemoji (~> 3.0)
200+
html-pipeline (~> 2.2)
201+
jekyll (>= 3.0, < 5.0)
202+
kramdown (1.17.0)
53203
liquid (4.0.3)
54204
listen (3.2.1)
55205
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -60,22 +210,36 @@ GEM
60210
jekyll (>= 3.5, < 5.0)
61211
jekyll-feed (~> 0.9)
62212
jekyll-seo-tag (~> 2.1)
213+
minitest (5.14.0)
214+
multipart-post (2.1.1)
63215
nokogiri (1.10.8)
64216
mini_portile2 (~> 2.4.0)
65217
nokogumbo (2.0.2)
66218
nokogiri (~> 1.8, >= 1.8.4)
219+
octokit (4.16.0)
220+
faraday (>= 0.9)
221+
sawyer (~> 0.8.0, >= 0.5.3)
67222
parallel (1.19.1)
68223
pathutil (0.16.2)
69224
forwardable-extended (~> 2.6)
70-
public_suffix (4.0.3)
225+
public_suffix (3.1.1)
71226
rainbow (3.0.0)
72227
rb-fsevent (0.10.3)
73228
rb-inotify (0.10.1)
74229
ffi (~> 1.0)
75-
rouge (3.16.0)
230+
rouge (3.13.0)
231+
ruby-enum (0.7.2)
232+
i18n
233+
rubyzip (2.2.0)
76234
safe_yaml (1.0.5)
77-
sassc (2.2.1)
78-
ffi (~> 1.9)
235+
sass (3.7.4)
236+
sass-listen (~> 4.0.0)
237+
sass-listen (4.0.0)
238+
rb-fsevent (~> 0.9, >= 0.9.4)
239+
rb-inotify (~> 0.9, >= 0.9.7)
240+
sawyer (0.8.2)
241+
addressable (>= 2.3.5)
242+
faraday (> 0.8, < 2.0)
79243
terminal-table (1.8.0)
80244
unicode-display_width (~> 1.1, >= 1.1.1)
81245
thread_safe (0.3.6)
@@ -88,13 +252,14 @@ GEM
88252
unicode-display_width (1.6.1)
89253
wdm (0.1.1)
90254
yell (2.2.2)
255+
zeitwerk (2.2.2)
91256

92257
PLATFORMS
93258
ruby
94259

95260
DEPENDENCIES
261+
github-pages (~> 204)
96262
html-proofer
97-
jekyll (~> 4.0.0)
98263
jekyll-feed (~> 0.12)
99264
minima (~> 2.5)
100265
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy