Skip to content

Commit b80717d

Browse files
Merge branch 'new-exercises'
2 parents d1772a3 + 5e3220b commit b80717d

5 files changed

+174
-165
lines changed

Gemfile

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

33
# Hello! This is where you manage which Jekyll version is used to run.
44
# When you want to use a different version, change it below, save the
@@ -8,23 +8,25 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "3.9.0"
11+
# gem 'jekyll', '~> 4.3', '>= 4.3.2'
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
# gem "minima", "2.5.1"
14+
# gem 'minima', '2.5.1'
1515

16-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16+
# If you want to use GitHub Pages, remove the "gem 'jekyll'" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
gem "github-pages", "221", group: :jekyll_plugins
18+
gem 'github-pages', '231', group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
# gem "jekyll-feed", "~> 0.6"
22+
# gem 'jekyll-feed', '~> 0.17'
2323
end
2424

2525
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
26+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2727

2828
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
29+
gem 'wdm', '~> 0.1.1' if Gem.win_platform?
3030

31+
32+
gem "webrick", "~> 1.8"

Gemfile.lock

+114-107
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.1)
4+
activesupport (7.1.3.2)
5+
base64
6+
bigdecimal
57
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.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
14+
addressable (2.8.6)
15+
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.7)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
15-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
1622
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.7)
21-
simpleidn (~> 0.1)
23+
commonmarker (0.23.10)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.0)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2229
em-websocket (0.5.3)
2330
eventmachine (>= 0.12.9)
2431
http_parser.rb (~> 0)
25-
ethon (0.15.0)
32+
ethon (0.16.0)
2633
ffi (>= 1.15.0)
2734
eventmachine (1.2.7)
28-
execjs (2.8.1)
29-
faraday (1.8.0)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0.1)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.1)
36-
faraday-patron (~> 1.0)
37-
faraday-rack (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
39-
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-net_http (1.0.1)
45-
faraday-net_http_persistent (1.2.0)
46-
faraday-patron (1.0.0)
47-
faraday-rack (1.0.0)
48-
ffi (1.15.4)
35+
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
40+
ffi (1.16.3)
4941
forwardable-extended (2.6.0)
50-
gemoji (3.0.1)
51-
github-pages (221)
52-
github-pages-health-check (= 1.17.9)
53-
jekyll (= 3.9.0)
54-
jekyll-avatar (= 0.7.0)
55-
jekyll-coffeescript (= 1.1.1)
56-
jekyll-commonmark-ghpages (= 0.1.6)
57-
jekyll-default-layout (= 0.1.4)
58-
jekyll-feed (= 0.15.1)
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)
5951
jekyll-gist (= 1.5.0)
60-
jekyll-github-metadata (= 2.13.0)
52+
jekyll-github-metadata (= 2.16.1)
53+
jekyll-include-cache (= 0.2.1)
6154
jekyll-mentions (= 1.6.0)
6255
jekyll-optional-front-matter (= 0.3.2)
6356
jekyll-paginate (= 1.1.0)
@@ -66,7 +59,7 @@ GEM
6659
jekyll-relative-links (= 0.6.1)
6760
jekyll-remote-theme (= 0.4.3)
6861
jekyll-sass-converter (= 1.5.2)
69-
jekyll-seo-tag (= 2.7.1)
62+
jekyll-seo-tag (= 2.8.0)
7063
jekyll-sitemap (= 1.4.0)
7164
jekyll-swiss (= 1.0.0)
7265
jekyll-theme-architect (= 0.2.0)
@@ -83,32 +76,32 @@ GEM
8376
jekyll-theme-tactile (= 0.2.0)
8477
jekyll-theme-time-machine (= 0.2.0)
8578
jekyll-titles-from-headings (= 0.5.3)
86-
jemoji (= 0.12.0)
87-
kramdown (= 2.3.1)
79+
jemoji (= 0.13.0)
80+
kramdown (= 2.4.0)
8881
kramdown-parser-gfm (= 1.1.0)
89-
liquid (= 4.0.3)
82+
liquid (= 4.0.4)
9083
mercenary (~> 0.3)
9184
minima (= 2.5.1)
92-
nokogiri (>= 1.12.5, < 2.0)
93-
rouge (= 3.26.0)
85+
nokogiri (>= 1.13.6, < 2.0)
86+
rouge (= 3.30.0)
9487
terminal-table (~> 1.4)
95-
github-pages-health-check (1.17.9)
88+
github-pages-health-check (1.18.2)
9689
addressable (~> 2.3)
9790
dnsruby (~> 1.60)
98-
octokit (~> 4.0)
99-
public_suffix (>= 3.0, < 5.0)
91+
octokit (>= 4, < 8)
92+
public_suffix (>= 3.0, < 6.0)
10093
typhoeus (~> 1.3)
101-
html-pipeline (2.14.0)
94+
html-pipeline (2.14.3)
10295
activesupport (>= 2)
10396
nokogiri (>= 1.4)
10497
http_parser.rb (0.8.0)
105-
i18n (0.9.5)
98+
i18n (1.14.4)
10699
concurrent-ruby (~> 1.0)
107-
jekyll (3.9.0)
100+
jekyll (3.9.5)
108101
addressable (~> 2.4)
109102
colorator (~> 1.0)
110103
em-websocket (~> 0.5)
111-
i18n (~> 0.7)
104+
i18n (>= 0.7, < 2)
112105
jekyll-sass-converter (~> 1.0)
113106
jekyll-watch (~> 2.0)
114107
kramdown (>= 1.17, < 3)
@@ -117,27 +110,29 @@ GEM
117110
pathutil (~> 0.9)
118111
rouge (>= 1.7, < 4)
119112
safe_yaml (~> 1.0)
120-
jekyll-avatar (0.7.0)
113+
jekyll-avatar (0.8.0)
121114
jekyll (>= 3.0, < 5.0)
122-
jekyll-coffeescript (1.1.1)
115+
jekyll-coffeescript (1.2.2)
123116
coffee-script (~> 2.2)
124-
coffee-script-source (~> 1.11.1)
125-
jekyll-commonmark (1.3.1)
126-
commonmarker (~> 0.14)
127-
jekyll (>= 3.7, < 5.0)
128-
jekyll-commonmark-ghpages (0.1.6)
129-
commonmarker (~> 0.17.6)
130-
jekyll-commonmark (~> 1.2)
131-
rouge (>= 2.0, < 4.0)
132-
jekyll-default-layout (0.1.4)
133-
jekyll (~> 3.0)
134-
jekyll-feed (0.15.1)
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)
135128
jekyll (>= 3.7, < 5.0)
136129
jekyll-gist (1.5.0)
137130
octokit (~> 4.2)
138-
jekyll-github-metadata (2.13.0)
131+
jekyll-github-metadata (2.16.1)
139132
jekyll (>= 3.4, < 5.0)
140-
octokit (~> 4.0, != 4.4.0)
133+
octokit (>= 4, < 7, != 4.4.0)
134+
jekyll-include-cache (0.2.1)
135+
jekyll (>= 3.7, < 5.0)
141136
jekyll-mentions (1.6.0)
142137
html-pipeline (~> 2.3)
143138
jekyll (>= 3.7, < 5.0)
@@ -157,7 +152,7 @@ GEM
157152
rubyzip (>= 1.3.0, < 3.0)
158153
jekyll-sass-converter (1.5.2)
159154
sass (~> 3.4)
160-
jekyll-seo-tag (2.7.1)
155+
jekyll-seo-tag (2.8.0)
161156
jekyll (>= 3.8, < 5.0)
162157
jekyll-sitemap (1.4.0)
163158
jekyll (>= 3.7, < 5.0)
@@ -206,76 +201,88 @@ GEM
206201
jekyll (>= 3.3, < 5.0)
207202
jekyll-watch (2.2.1)
208203
listen (~> 3.0)
209-
jemoji (0.12.0)
210-
gemoji (~> 3.0)
204+
jemoji (0.13.0)
205+
gemoji (>= 3, < 5)
211206
html-pipeline (~> 2.2)
212207
jekyll (>= 3.0, < 5.0)
213-
kramdown (2.3.1)
208+
kramdown (2.4.0)
214209
rexml
215210
kramdown-parser-gfm (1.1.0)
216211
kramdown (~> 2.0)
217-
liquid (4.0.3)
218-
listen (3.7.0)
212+
liquid (4.0.4)
213+
listen (3.9.0)
219214
rb-fsevent (~> 0.10, >= 0.10.3)
220215
rb-inotify (~> 0.9, >= 0.9.10)
221216
mercenary (0.3.6)
222-
mini_portile2 (2.6.1)
223217
minima (2.5.1)
224218
jekyll (>= 3.5, < 5.0)
225219
jekyll-feed (~> 0.9)
226220
jekyll-seo-tag (~> 2.1)
227-
minitest (5.14.4)
228-
multipart-post (2.1.1)
229-
nokogiri (1.12.5)
230-
mini_portile2 (~> 2.6.1)
221+
minitest (5.22.3)
222+
mutex_m (0.2.0)
223+
net-http (0.4.1)
224+
uri
225+
nokogiri (1.16.3-aarch64-linux)
226+
racc (~> 1.4)
227+
nokogiri (1.16.3-arm-linux)
231228
racc (~> 1.4)
232-
octokit (4.21.0)
233-
faraday (>= 0.9)
234-
sawyer (~> 0.8.0, >= 0.5.3)
229+
nokogiri (1.16.3-arm64-darwin)
230+
racc (~> 1.4)
231+
nokogiri (1.16.3-x86-linux)
232+
racc (~> 1.4)
233+
nokogiri (1.16.3-x86_64-darwin)
234+
racc (~> 1.4)
235+
nokogiri (1.16.3-x86_64-linux)
236+
racc (~> 1.4)
237+
octokit (4.25.1)
238+
faraday (>= 1, < 3)
239+
sawyer (~> 0.9)
235240
pathutil (0.16.2)
236241
forwardable-extended (~> 2.6)
237-
public_suffix (4.0.6)
238-
racc (1.6.0)
239-
rb-fsevent (0.11.0)
242+
public_suffix (5.0.5)
243+
racc (1.7.3)
244+
rb-fsevent (0.11.2)
240245
rb-inotify (0.10.1)
241246
ffi (~> 1.0)
242-
rexml (3.2.5)
243-
rouge (3.26.0)
244-
ruby-enum (0.9.0)
245-
i18n
246-
ruby2_keywords (0.0.5)
247+
rexml (3.2.6)
248+
rouge (3.30.0)
247249
rubyzip (2.3.2)
248250
safe_yaml (1.0.5)
249251
sass (3.7.4)
250252
sass-listen (~> 4.0.0)
251253
sass-listen (4.0.0)
252254
rb-fsevent (~> 0.9, >= 0.9.4)
253255
rb-inotify (~> 0.9, >= 0.9.7)
254-
sawyer (0.8.2)
256+
sawyer (0.9.2)
255257
addressable (>= 2.3.5)
256-
faraday (> 0.8, < 2.0)
258+
faraday (>= 0.17.3, < 3)
257259
simpleidn (0.2.1)
258260
unf (~> 0.1.4)
259261
terminal-table (1.8.0)
260262
unicode-display_width (~> 1.1, >= 1.1.1)
261-
thread_safe (0.3.6)
262-
typhoeus (1.4.0)
263+
typhoeus (1.4.1)
263264
ethon (>= 0.9.0)
264-
tzinfo (1.2.9)
265-
thread_safe (~> 0.1)
265+
tzinfo (2.0.6)
266+
concurrent-ruby (~> 1.0)
266267
unf (0.1.4)
267268
unf_ext
268-
unf_ext (0.0.8)
269+
unf_ext (0.0.9.1)
269270
unicode-display_width (1.8.0)
270-
zeitwerk (2.5.1)
271+
uri (0.13.0)
272+
webrick (1.8.1)
271273

272274
PLATFORMS
273-
ruby
275+
aarch64-linux
276+
arm-linux
277+
arm64-darwin
278+
x86-linux
279+
x86_64-darwin
280+
x86_64-linux
274281

275282
DEPENDENCIES
276-
github-pages (= 221)
277-
jekyll (= 3.9.0)
283+
github-pages (= 231)
278284
tzinfo-data
285+
webrick (~> 1.8)
279286

280287
BUNDLED WITH
281-
2.1.4
288+
2.5.6

0 commit comments

Comments
 (0)