Skip to content

Commit 5306a16

Browse files
committed
Use 'tutorials' Gemfiles
1 parent 206f439 commit 5306a16

2 files changed

Lines changed: 56 additions & 98 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This Gemfile installs dependencies for locally rendering the files in docs/
21
source 'https://rubygems.org'
3-
4-
gem 'github-pages', '228'
2+
gem 'github-pages'
53
gem 'webrick'

Gemfile.lock

Lines changed: 55 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.5.1)
5-
base64
6-
benchmark (>= 0.3)
7-
bigdecimal
4+
activesupport (6.0.6.1)
85
concurrent-ruby (~> 1.0, >= 1.0.2)
9-
connection_pool (>= 2.2.5)
10-
drb
11-
i18n (>= 1.6, < 2)
12-
logger (>= 1.4.2)
13-
minitest (>= 5.1)
14-
mutex_m
15-
securerandom (>= 0.3)
16-
tzinfo (~> 2.0)
17-
addressable (2.8.7)
18-
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
2212
coffee-script (2.4.1)
2313
coffee-script-source
2414
execjs
2515
coffee-script-source (1.11.1)
2616
colorator (1.1.0)
27-
commonmarker (0.23.11)
28-
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.0)
30-
dnsruby (1.72.4)
31-
base64 (~> 0.2.0)
32-
logger (~> 1.6.5)
33-
simpleidn (~> 0.2.1)
34-
drb (2.2.1)
17+
commonmarker (0.23.6)
18+
concurrent-ruby (1.2.0)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
3521
em-websocket (0.5.3)
3622
eventmachine (>= 0.12.9)
3723
http_parser.rb (~> 0)
3824
ethon (0.16.0)
3925
ffi (>= 1.15.0)
4026
eventmachine (1.2.7)
41-
execjs (2.10.0)
42-
faraday (2.12.2)
43-
faraday-net_http (>= 2.0, < 3.5)
44-
json
45-
logger
46-
faraday-net_http (3.4.0)
47-
net-http (>= 0.5.0)
48-
ffi (1.17.1-aarch64-linux-gnu)
49-
ffi (1.17.1-aarch64-linux-musl)
50-
ffi (1.17.1-arm-linux-gnu)
51-
ffi (1.17.1-arm-linux-musl)
52-
ffi (1.17.1-arm64-darwin)
53-
ffi (1.17.1-x86-linux-gnu)
54-
ffi (1.17.1-x86-linux-musl)
55-
ffi (1.17.1-x86_64-darwin)
56-
ffi (1.17.1-x86_64-linux-gnu)
57-
ffi (1.17.1-x86_64-linux-musl)
27+
execjs (2.8.1)
28+
faraday (2.7.4)
29+
faraday-net_http (>= 2.0, < 3.1)
30+
ruby2_keywords (>= 0.0.4)
31+
faraday-net_http (3.0.2)
32+
ffi (1.15.5)
5833
forwardable-extended (2.6.0)
5934
gemoji (3.0.1)
60-
github-pages (228)
35+
github-pages (227)
6136
github-pages-health-check (= 1.17.9)
62-
jekyll (= 3.9.3)
37+
jekyll (= 3.9.2)
6338
jekyll-avatar (= 0.7.0)
6439
jekyll-coffeescript (= 1.1.1)
65-
jekyll-commonmark-ghpages (= 0.4.0)
40+
jekyll-commonmark-ghpages (= 0.2.0)
6641
jekyll-default-layout (= 0.1.4)
6742
jekyll-feed (= 0.15.1)
6843
jekyll-gist (= 1.5.0)
@@ -96,7 +71,7 @@ GEM
9671
jemoji (= 0.12.0)
9772
kramdown (= 2.3.2)
9873
kramdown-parser-gfm (= 1.1.0)
99-
liquid (= 4.0.4)
74+
liquid (= 4.0.3)
10075
mercenary (~> 0.3)
10176
minima (= 2.5.1)
10277
nokogiri (>= 1.13.6, < 2.0)
@@ -112,13 +87,13 @@ GEM
11287
activesupport (>= 2)
11388
nokogiri (>= 1.4)
11489
http_parser.rb (0.8.0)
115-
i18n (1.14.7)
90+
i18n (0.9.5)
11691
concurrent-ruby (~> 1.0)
117-
jekyll (3.9.3)
92+
jekyll (3.9.2)
11893
addressable (~> 2.4)
11994
colorator (~> 1.0)
12095
em-websocket (~> 0.5)
121-
i18n (>= 0.7, < 2)
96+
i18n (~> 0.7)
12297
jekyll-sass-converter (~> 1.0)
12398
jekyll-watch (~> 2.0)
12499
kramdown (>= 1.17, < 3)
@@ -134,11 +109,11 @@ GEM
134109
coffee-script-source (~> 1.11.1)
135110
jekyll-commonmark (1.4.0)
136111
commonmarker (~> 0.22)
137-
jekyll-commonmark-ghpages (0.4.0)
138-
commonmarker (~> 0.23.7)
112+
jekyll-commonmark-ghpages (0.2.0)
113+
commonmarker (~> 0.23.4)
139114
jekyll (~> 3.9.0)
140115
jekyll-commonmark (~> 1.4.0)
141-
rouge (>= 2.0, < 5.0)
116+
rouge (>= 2.0, < 4.0)
142117
jekyll-default-layout (0.1.4)
143118
jekyll (~> 3.0)
144119
jekyll-feed (0.15.1)
@@ -222,50 +197,40 @@ GEM
222197
gemoji (~> 3.0)
223198
html-pipeline (~> 2.2)
224199
jekyll (>= 3.0, < 5.0)
225-
json (2.10.2)
226200
kramdown (2.3.2)
227201
rexml
228202
kramdown-parser-gfm (1.1.0)
229203
kramdown (~> 2.0)
230-
liquid (4.0.4)
231-
listen (3.9.0)
204+
liquid (4.0.3)
205+
listen (3.8.0)
232206
rb-fsevent (~> 0.10, >= 0.10.3)
233207
rb-inotify (~> 0.9, >= 0.9.10)
234-
logger (1.6.6)
235208
mercenary (0.3.6)
236209
minima (2.5.1)
237210
jekyll (>= 3.5, < 5.0)
238211
jekyll-feed (~> 0.9)
239212
jekyll-seo-tag (~> 2.1)
240-
minitest (5.25.5)
241-
mutex_m (0.3.0)
242-
net-http (0.6.0)
243-
uri
244-
nokogiri (1.17.2-aarch64-linux)
245-
racc (~> 1.4)
246-
nokogiri (1.17.2-arm-linux)
213+
minitest (5.17.0)
214+
nokogiri (1.13.10-arm64-darwin)
247215
racc (~> 1.4)
248-
nokogiri (1.17.2-arm64-darwin)
216+
nokogiri (1.13.10-x86_64-darwin)
249217
racc (~> 1.4)
250-
nokogiri (1.17.2-x86-linux)
251-
racc (~> 1.4)
252-
nokogiri (1.17.2-x86_64-darwin)
253-
racc (~> 1.4)
254-
nokogiri (1.17.2-x86_64-linux)
218+
nokogiri (1.13.10-x86_64-linux)
255219
racc (~> 1.4)
256220
octokit (4.25.1)
257221
faraday (>= 1, < 3)
258222
sawyer (~> 0.9)
259223
pathutil (0.16.2)
260224
forwardable-extended (~> 2.6)
261225
public_suffix (4.0.7)
262-
racc (1.8.1)
226+
racc (1.6.2)
263227
rb-fsevent (0.11.2)
264-
rb-inotify (0.11.1)
228+
rb-inotify (0.10.1)
265229
ffi (~> 1.0)
266-
rexml (3.4.1)
230+
rexml (3.2.5)
267231
rouge (3.26.0)
268-
rubyzip (2.4.1)
232+
ruby2_keywords (0.0.5)
233+
rubyzip (2.3.2)
269234
safe_yaml (1.0.5)
270235
sass (3.7.4)
271236
sass-listen (~> 4.0.0)
@@ -275,37 +240,32 @@ GEM
275240
sawyer (0.9.2)
276241
addressable (>= 2.3.5)
277242
faraday (>= 0.17.3, < 3)
278-
securerandom (0.3.2)
279-
simpleidn (0.2.3)
243+
simpleidn (0.2.1)
244+
unf (~> 0.1.4)
280245
terminal-table (1.8.0)
281246
unicode-display_width (~> 1.1, >= 1.1.1)
282-
typhoeus (1.4.1)
247+
thread_safe (0.3.6)
248+
typhoeus (1.4.0)
283249
ethon (>= 0.9.0)
284-
tzinfo (2.0.6)
285-
concurrent-ruby (~> 1.0)
250+
tzinfo (1.2.10)
251+
thread_safe (~> 0.1)
252+
unf (0.1.4)
253+
unf_ext
254+
unf_ext (0.0.8.2)
286255
unicode-display_width (1.8.0)
287-
uri (1.0.3)
288-
webrick (1.9.1)
256+
webrick (1.7.0)
257+
zeitwerk (2.6.6)
289258

290259
PLATFORMS
291-
aarch64-linux
292-
aarch64-linux-gnu
293-
aarch64-linux-musl
294-
arm-linux
295-
arm-linux-gnu
296-
arm-linux-musl
297-
arm64-darwin
298-
x86-linux
299-
x86-linux-gnu
300-
x86-linux-musl
301-
x86_64-darwin
260+
arm64-darwin-21
261+
arm64-darwin-22
262+
arm64-darwin-23
263+
x86_64-darwin-20
302264
x86_64-linux
303-
x86_64-linux-gnu
304-
x86_64-linux-musl
305265

306266
DEPENDENCIES
307-
github-pages (= 228)
267+
github-pages
308268
webrick
309269

310270
BUNDLED WITH
311-
2.5.23
271+
2.4.5

0 commit comments

Comments
 (0)