Skip to content

Commit 115da77

Browse files
committed
chore: Add jekyll-sass-converter gem to Gemfile [skip ci]
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
1 parent 1278d20 commit 115da77

File tree

3 files changed

+109
-116
lines changed

3 files changed

+109
-116
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
22

3-
ruby = "3.2.4"
3+
ruby = "2.7.4"
44
python = "3.11"

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
source "https://rubygems.org"
44

55
# gem "rails"
6-
gem "github-pages", "~> 231", group: :jekyll_plugins
7-
8-
6+
gem "github-pages", "~> 215", group: :jekyll_plugins

Gemfile.lock

Lines changed: 107 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,50 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.3)
5-
base64
6-
bigdecimal
4+
activesupport (6.0.6.1)
75
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
1410
addressable (2.8.6)
1511
public_suffix (>= 2.0.2, < 6.0)
1612
base64 (0.2.0)
17-
bigdecimal (3.1.8)
1813
coffee-script (2.4.1)
1914
coffee-script-source
2015
execjs
21-
coffee-script-source (1.12.2)
16+
coffee-script-source (1.11.1)
2217
colorator (1.1.0)
23-
commonmarker (0.23.10)
18+
commonmarker (0.17.13)
19+
ruby-enum (~> 0.5)
2420
concurrent-ruby (1.2.3)
25-
connection_pool (2.4.1)
2621
dnsruby (1.72.1)
2722
simpleidn (~> 0.2.1)
28-
drb (2.2.1)
2923
em-websocket (0.5.3)
3024
eventmachine (>= 0.12.9)
3125
http_parser.rb (~> 0)
3226
ethon (0.16.0)
3327
ffi (>= 1.15.0)
3428
eventmachine (1.2.7)
3529
execjs (2.9.1)
36-
faraday (2.9.0)
37-
faraday-net_http (>= 2.0, < 3.2)
38-
faraday-net_http (3.1.0)
39-
net-http
30+
faraday (2.8.1)
31+
base64
32+
faraday-net_http (>= 2.0, < 3.1)
33+
ruby2_keywords (>= 0.0.4)
34+
faraday-net_http (3.0.2)
4035
ffi (1.16.3)
4136
forwardable-extended (2.6.0)
42-
gemoji (4.1.0)
43-
github-pages (231)
44-
github-pages-health-check (= 1.18.2)
45-
jekyll (= 3.9.5)
46-
jekyll-avatar (= 0.8.0)
47-
jekyll-coffeescript (= 1.2.2)
48-
jekyll-commonmark-ghpages (= 0.4.0)
49-
jekyll-default-layout (= 0.1.5)
50-
jekyll-feed (= 0.17.0)
37+
gemoji (3.0.1)
38+
github-pages (215)
39+
github-pages-health-check (= 1.17.2)
40+
jekyll (= 3.9.0)
41+
jekyll-avatar (= 0.7.0)
42+
jekyll-coffeescript (= 1.1.1)
43+
jekyll-commonmark-ghpages (= 0.1.6)
44+
jekyll-default-layout (= 0.1.4)
45+
jekyll-feed (= 0.15.1)
5146
jekyll-gist (= 1.5.0)
52-
jekyll-github-metadata (= 2.16.1)
53-
jekyll-include-cache (= 0.2.1)
47+
jekyll-github-metadata (= 2.13.0)
5448
jekyll-mentions (= 1.6.0)
5549
jekyll-optional-front-matter (= 0.3.2)
5650
jekyll-paginate (= 1.1.0)
@@ -59,49 +53,49 @@ GEM
5953
jekyll-relative-links (= 0.6.1)
6054
jekyll-remote-theme (= 0.4.3)
6155
jekyll-sass-converter (= 1.5.2)
62-
jekyll-seo-tag (= 2.8.0)
56+
jekyll-seo-tag (= 2.7.1)
6357
jekyll-sitemap (= 1.4.0)
6458
jekyll-swiss (= 1.0.0)
65-
jekyll-theme-architect (= 0.2.0)
66-
jekyll-theme-cayman (= 0.2.0)
67-
jekyll-theme-dinky (= 0.2.0)
68-
jekyll-theme-hacker (= 0.2.0)
69-
jekyll-theme-leap-day (= 0.2.0)
70-
jekyll-theme-merlot (= 0.2.0)
71-
jekyll-theme-midnight (= 0.2.0)
72-
jekyll-theme-minimal (= 0.2.0)
73-
jekyll-theme-modernist (= 0.2.0)
74-
jekyll-theme-primer (= 0.6.0)
75-
jekyll-theme-slate (= 0.2.0)
76-
jekyll-theme-tactile (= 0.2.0)
77-
jekyll-theme-time-machine (= 0.2.0)
59+
jekyll-theme-architect (= 0.1.1)
60+
jekyll-theme-cayman (= 0.1.1)
61+
jekyll-theme-dinky (= 0.1.1)
62+
jekyll-theme-hacker (= 0.1.2)
63+
jekyll-theme-leap-day (= 0.1.1)
64+
jekyll-theme-merlot (= 0.1.1)
65+
jekyll-theme-midnight (= 0.1.1)
66+
jekyll-theme-minimal (= 0.1.1)
67+
jekyll-theme-modernist (= 0.1.1)
68+
jekyll-theme-primer (= 0.5.4)
69+
jekyll-theme-slate (= 0.1.1)
70+
jekyll-theme-tactile (= 0.1.1)
71+
jekyll-theme-time-machine (= 0.1.1)
7872
jekyll-titles-from-headings (= 0.5.3)
79-
jemoji (= 0.13.0)
80-
kramdown (= 2.4.0)
73+
jemoji (= 0.12.0)
74+
kramdown (= 2.3.1)
8175
kramdown-parser-gfm (= 1.1.0)
82-
liquid (= 4.0.4)
76+
liquid (= 4.0.3)
8377
mercenary (~> 0.3)
8478
minima (= 2.5.1)
85-
nokogiri (>= 1.13.6, < 2.0)
86-
rouge (= 3.30.0)
79+
nokogiri (>= 1.10.4, < 2.0)
80+
rouge (= 3.26.0)
8781
terminal-table (~> 1.4)
88-
github-pages-health-check (1.18.2)
82+
github-pages-health-check (1.17.2)
8983
addressable (~> 2.3)
9084
dnsruby (~> 1.60)
91-
octokit (>= 4, < 8)
92-
public_suffix (>= 3.0, < 6.0)
85+
octokit (~> 4.0)
86+
public_suffix (>= 2.0.2, < 5.0)
9387
typhoeus (~> 1.3)
9488
html-pipeline (2.14.3)
9589
activesupport (>= 2)
9690
nokogiri (>= 1.4)
9791
http_parser.rb (0.8.0)
98-
i18n (1.14.5)
92+
i18n (0.9.5)
9993
concurrent-ruby (~> 1.0)
100-
jekyll (3.9.5)
94+
jekyll (3.9.0)
10195
addressable (~> 2.4)
10296
colorator (~> 1.0)
10397
em-websocket (~> 0.5)
104-
i18n (>= 0.7, < 2)
98+
i18n (~> 0.7)
10599
jekyll-sass-converter (~> 1.0)
106100
jekyll-watch (~> 2.0)
107101
kramdown (>= 1.17, < 3)
@@ -110,29 +104,27 @@ GEM
110104
pathutil (~> 0.9)
111105
rouge (>= 1.7, < 4)
112106
safe_yaml (~> 1.0)
113-
jekyll-avatar (0.8.0)
107+
jekyll-avatar (0.7.0)
114108
jekyll (>= 3.0, < 5.0)
115-
jekyll-coffeescript (1.2.2)
109+
jekyll-coffeescript (1.1.1)
116110
coffee-script (~> 2.2)
117-
coffee-script-source (~> 1.12)
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.5)
126-
jekyll (>= 3.0, < 5.0)
127-
jekyll-feed (0.17.0)
111+
coffee-script-source (~> 1.11.1)
112+
jekyll-commonmark (1.3.1)
113+
commonmarker (~> 0.14)
114+
jekyll (>= 3.7, < 5.0)
115+
jekyll-commonmark-ghpages (0.1.6)
116+
commonmarker (~> 0.17.6)
117+
jekyll-commonmark (~> 1.2)
118+
rouge (>= 2.0, < 4.0)
119+
jekyll-default-layout (0.1.4)
120+
jekyll (~> 3.0)
121+
jekyll-feed (0.15.1)
128122
jekyll (>= 3.7, < 5.0)
129123
jekyll-gist (1.5.0)
130124
octokit (~> 4.2)
131-
jekyll-github-metadata (2.16.1)
125+
jekyll-github-metadata (2.13.0)
132126
jekyll (>= 3.4, < 5.0)
133-
octokit (>= 4, < 7, != 4.4.0)
134-
jekyll-include-cache (0.2.1)
135-
jekyll (>= 3.7, < 5.0)
127+
octokit (~> 4.0, != 4.4.0)
136128
jekyll-mentions (1.6.0)
137129
html-pipeline (~> 2.3)
138130
jekyll (>= 3.7, < 5.0)
@@ -152,91 +144,93 @@ GEM
152144
rubyzip (>= 1.3.0, < 3.0)
153145
jekyll-sass-converter (1.5.2)
154146
sass (~> 3.4)
155-
jekyll-seo-tag (2.8.0)
147+
jekyll-seo-tag (2.7.1)
156148
jekyll (>= 3.8, < 5.0)
157149
jekyll-sitemap (1.4.0)
158150
jekyll (>= 3.7, < 5.0)
159151
jekyll-swiss (1.0.0)
160-
jekyll-theme-architect (0.2.0)
161-
jekyll (> 3.5, < 5.0)
152+
jekyll-theme-architect (0.1.1)
153+
jekyll (~> 3.5)
162154
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-cayman (0.2.0)
164-
jekyll (> 3.5, < 5.0)
155+
jekyll-theme-cayman (0.1.1)
156+
jekyll (~> 3.5)
165157
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-dinky (0.2.0)
167-
jekyll (> 3.5, < 5.0)
158+
jekyll-theme-dinky (0.1.1)
159+
jekyll (~> 3.5)
168160
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-hacker (0.2.0)
161+
jekyll-theme-hacker (0.1.2)
170162
jekyll (> 3.5, < 5.0)
171163
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-leap-day (0.2.0)
173-
jekyll (> 3.5, < 5.0)
164+
jekyll-theme-leap-day (0.1.1)
165+
jekyll (~> 3.5)
174166
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-merlot (0.2.0)
176-
jekyll (> 3.5, < 5.0)
167+
jekyll-theme-merlot (0.1.1)
168+
jekyll (~> 3.5)
177169
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-midnight (0.2.0)
179-
jekyll (> 3.5, < 5.0)
170+
jekyll-theme-midnight (0.1.1)
171+
jekyll (~> 3.5)
180172
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-minimal (0.2.0)
182-
jekyll (> 3.5, < 5.0)
173+
jekyll-theme-minimal (0.1.1)
174+
jekyll (~> 3.5)
183175
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-modernist (0.2.0)
185-
jekyll (> 3.5, < 5.0)
176+
jekyll-theme-modernist (0.1.1)
177+
jekyll (~> 3.5)
186178
jekyll-seo-tag (~> 2.0)
187-
jekyll-theme-primer (0.6.0)
179+
jekyll-theme-primer (0.5.4)
188180
jekyll (> 3.5, < 5.0)
189181
jekyll-github-metadata (~> 2.9)
190182
jekyll-seo-tag (~> 2.0)
191-
jekyll-theme-slate (0.2.0)
192-
jekyll (> 3.5, < 5.0)
183+
jekyll-theme-slate (0.1.1)
184+
jekyll (~> 3.5)
193185
jekyll-seo-tag (~> 2.0)
194-
jekyll-theme-tactile (0.2.0)
195-
jekyll (> 3.5, < 5.0)
186+
jekyll-theme-tactile (0.1.1)
187+
jekyll (~> 3.5)
196188
jekyll-seo-tag (~> 2.0)
197-
jekyll-theme-time-machine (0.2.0)
198-
jekyll (> 3.5, < 5.0)
189+
jekyll-theme-time-machine (0.1.1)
190+
jekyll (~> 3.5)
199191
jekyll-seo-tag (~> 2.0)
200192
jekyll-titles-from-headings (0.5.3)
201193
jekyll (>= 3.3, < 5.0)
202194
jekyll-watch (2.2.1)
203195
listen (~> 3.0)
204-
jemoji (0.13.0)
205-
gemoji (>= 3, < 5)
196+
jemoji (0.12.0)
197+
gemoji (~> 3.0)
206198
html-pipeline (~> 2.2)
207199
jekyll (>= 3.0, < 5.0)
208-
kramdown (2.4.0)
200+
kramdown (2.3.1)
209201
rexml
210202
kramdown-parser-gfm (1.1.0)
211203
kramdown (~> 2.0)
212-
liquid (4.0.4)
204+
liquid (4.0.3)
213205
listen (3.9.0)
214206
rb-fsevent (~> 0.10, >= 0.10.3)
215207
rb-inotify (~> 0.9, >= 0.9.10)
216208
mercenary (0.3.6)
209+
mini_portile2 (2.8.6)
217210
minima (2.5.1)
218211
jekyll (>= 3.5, < 5.0)
219212
jekyll-feed (~> 0.9)
220213
jekyll-seo-tag (~> 2.1)
221214
minitest (5.23.0)
222-
mutex_m (0.2.0)
223-
net-http (0.4.1)
224-
uri
225-
nokogiri (1.16.5-arm64-darwin)
215+
nokogiri (1.15.6)
216+
mini_portile2 (~> 2.8.2)
226217
racc (~> 1.4)
227218
octokit (4.25.1)
228219
faraday (>= 1, < 3)
229220
sawyer (~> 0.9)
230221
pathutil (0.16.2)
231222
forwardable-extended (~> 2.6)
232-
public_suffix (5.0.5)
223+
public_suffix (4.0.7)
233224
racc (1.8.0)
234225
rb-fsevent (0.11.2)
235226
rb-inotify (0.11.1)
236227
ffi (~> 1.0)
237228
rexml (3.2.8)
238229
strscan (>= 3.0.9)
239-
rouge (3.30.0)
230+
rouge (3.26.0)
231+
ruby-enum (0.9.0)
232+
i18n
233+
ruby2_keywords (0.0.5)
240234
rubyzip (2.3.2)
241235
safe_yaml (1.0.5)
242236
sass (3.7.4)
@@ -252,21 +246,22 @@ GEM
252246
strscan (3.1.0)
253247
terminal-table (1.8.0)
254248
unicode-display_width (~> 1.1, >= 1.1.1)
249+
thread_safe (0.3.6)
255250
typhoeus (1.4.1)
256251
ethon (>= 0.9.0)
257-
tzinfo (2.0.6)
258-
concurrent-ruby (~> 1.0)
252+
tzinfo (1.2.11)
253+
thread_safe (~> 0.1)
259254
unf (0.1.4)
260255
unf_ext
261256
unf_ext (0.0.9.1)
262257
unicode-display_width (1.8.0)
263-
uri (0.13.0)
258+
zeitwerk (2.6.14)
264259

265260
PLATFORMS
266-
arm64-darwin-23
261+
ruby
267262

268263
DEPENDENCIES
269-
github-pages (~> 231)
264+
github-pages (~> 215)
270265

271266
BUNDLED WITH
272-
2.4.19
267+
2.1.4

0 commit comments

Comments
 (0)