Skip to content

Commit 942d5b2

Browse files
authored
Merge pull request #143 from JV-conseil/dev
Dev
2 parents 56a339e + a5c07b9 commit 942d5b2

File tree

2 files changed

+49
-13
lines changed

2 files changed

+49
-13
lines changed

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.9.5"
11+
gem "jekyll", "~> 3.10.0"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
# gem "minima", "~> 2.0"
@@ -23,7 +23,7 @@ group :jekyll_plugins do
2323
gem "jekyll-avatar", "~> 0.8.0"
2424
gem "jekyll-mentions", "~> 1.6.0"
2525
gem "jemoji", "~> 0.13.0"
26-
gem "github-pages", "~> 231"
26+
gem "github-pages", "~> 232"
2727
end
2828

2929
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -54,5 +54,6 @@ group :development do
5454
# gem 'sass-embedded'
5555
end
5656

57-
# csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-3.9.5 to add csv into its gemspec.
57+
# csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.
58+
# Add csv to your Gemfile or gemspec. Also contact author of jekyll-3.9.5 to add csv into its gemspec.
5859
gem "csv", "~> 3.3"

Gemfile.lock

+45-10
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,24 @@ GEM
4242
net-http
4343
faraday-retry (2.2.1)
4444
faraday (~> 2.0)
45+
ffi (1.17.0-aarch64-linux-gnu)
46+
ffi (1.17.0-aarch64-linux-musl)
47+
ffi (1.17.0-arm-linux-gnu)
48+
ffi (1.17.0-arm-linux-musl)
4549
ffi (1.17.0-arm64-darwin)
50+
ffi (1.17.0-x86-linux-gnu)
51+
ffi (1.17.0-x86-linux-musl)
52+
ffi (1.17.0-x86_64-darwin)
53+
ffi (1.17.0-x86_64-linux-gnu)
54+
ffi (1.17.0-x86_64-linux-musl)
4655
forwardable-extended (2.6.0)
4756
gemoji (4.1.0)
48-
github-pages (231)
57+
github-pages (232)
4958
github-pages-health-check (= 1.18.2)
50-
jekyll (= 3.9.5)
59+
jekyll (= 3.10.0)
5160
jekyll-avatar (= 0.8.0)
5261
jekyll-coffeescript (= 1.2.2)
53-
jekyll-commonmark-ghpages (= 0.4.0)
62+
jekyll-commonmark-ghpages (= 0.5.1)
5463
jekyll-default-layout (= 0.1.5)
5564
jekyll-feed (= 0.17.0)
5665
jekyll-gist (= 1.5.0)
@@ -87,9 +96,10 @@ GEM
8796
liquid (= 4.0.4)
8897
mercenary (~> 0.3)
8998
minima (= 2.5.1)
90-
nokogiri (>= 1.13.6, < 2.0)
99+
nokogiri (>= 1.16.2, < 2.0)
91100
rouge (= 3.30.0)
92101
terminal-table (~> 1.4)
102+
webrick (~> 1.8)
93103
github-pages-health-check (1.18.2)
94104
addressable (~> 2.3)
95105
dnsruby (~> 1.60)
@@ -102,9 +112,10 @@ GEM
102112
http_parser.rb (0.8.0)
103113
i18n (1.14.5)
104114
concurrent-ruby (~> 1.0)
105-
jekyll (3.9.5)
115+
jekyll (3.10.0)
106116
addressable (~> 2.4)
107117
colorator (~> 1.0)
118+
csv (~> 3.0)
108119
em-websocket (~> 0.5)
109120
i18n (>= 0.7, < 2)
110121
jekyll-sass-converter (~> 1.0)
@@ -115,16 +126,17 @@ GEM
115126
pathutil (~> 0.9)
116127
rouge (>= 1.7, < 4)
117128
safe_yaml (~> 1.0)
129+
webrick (>= 1.0)
118130
jekyll-avatar (0.8.0)
119131
jekyll (>= 3.0, < 5.0)
120132
jekyll-coffeescript (1.2.2)
121133
coffee-script (~> 2.2)
122134
coffee-script-source (~> 1.12)
123135
jekyll-commonmark (1.4.0)
124136
commonmarker (~> 0.22)
125-
jekyll-commonmark-ghpages (0.4.0)
126-
commonmarker (~> 0.23.7)
127-
jekyll (~> 3.9.0)
137+
jekyll-commonmark-ghpages (0.5.1)
138+
commonmarker (>= 0.23.7, < 1.1.0)
139+
jekyll (>= 3.9, < 4.0)
128140
jekyll-commonmark (~> 1.4.0)
129141
rouge (>= 2.0, < 5.0)
130142
jekyll-default-layout (0.1.5)
@@ -227,8 +239,18 @@ GEM
227239
minitest (5.25.1)
228240
net-http (0.4.1)
229241
uri
242+
nokogiri (1.16.7-aarch64-linux)
243+
racc (~> 1.4)
244+
nokogiri (1.16.7-arm-linux)
245+
racc (~> 1.4)
230246
nokogiri (1.16.7-arm64-darwin)
231247
racc (~> 1.4)
248+
nokogiri (1.16.7-x86-linux)
249+
racc (~> 1.4)
250+
nokogiri (1.16.7-x86_64-darwin)
251+
racc (~> 1.4)
252+
nokogiri (1.16.7-x86_64-linux)
253+
racc (~> 1.4)
232254
octokit (4.25.1)
233255
faraday (>= 1, < 3)
234256
sawyer (~> 0.9)
@@ -266,14 +288,27 @@ GEM
266288
webrick (1.8.1)
267289

268290
PLATFORMS
291+
aarch64-linux
292+
aarch64-linux-gnu
293+
aarch64-linux-musl
294+
arm-linux
295+
arm-linux-gnu
296+
arm-linux-musl
269297
arm64-darwin
298+
x86-linux
299+
x86-linux-gnu
300+
x86-linux-musl
301+
x86_64-darwin
302+
x86_64-linux
303+
x86_64-linux-gnu
304+
x86_64-linux-musl
270305

271306
DEPENDENCIES
272307
csv (~> 3.3)
273308
faraday-retry (~> 2.0)
274-
github-pages (~> 231)
309+
github-pages (~> 232)
275310
http_parser.rb (~> 0.6.0)
276-
jekyll (~> 3.9.5)
311+
jekyll (~> 3.10.0)
277312
jekyll-avatar (~> 0.8.0)
278313
jekyll-feed (~> 0.17.0)
279314
jekyll-mentions (~> 1.6.0)

0 commit comments

Comments
 (0)