Skip to content

Commit ccb2b2f

Browse files
Bump nokogiri from 1.16.5 to 1.18.3 (#177)
* Bump nokogiri from 1.16.5 to 1.18.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.5...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Use Ruby 3.3 and update gems --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Morris <[email protected]>
1 parent e7da5b1 commit ccb2b2f

File tree

4 files changed

+92
-69
lines changed

4 files changed

+92
-69
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: "3.0"
16+
ruby-version: "3.3"
1717
bundler-cache: true
1818
- uses: actions/setup-node@v4
1919
with:

.github/workflows/dependency-mgmt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: "3.0"
18+
ruby-version: "3.3"
1919
bundler-cache: true
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v4

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Ruby
2828
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
2929
with:
30-
ruby-version: "3.0" # Not needed with a .ruby-version file
30+
ruby-version: "3.3" # Not needed with a .ruby-version file
3131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3232
cache-version: 0 # Increment this number if you need to re-download cached gems
3333
- name: Setup Pages

Gemfile.lock

+89-66
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,64 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (7.0.7.2)
10-
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
activesupport (8.0.1)
10+
base64
11+
benchmark (>= 0.3)
12+
bigdecimal
13+
concurrent-ruby (~> 1.0, >= 1.3.1)
14+
connection_pool (>= 2.2.5)
15+
drb
1116
i18n (>= 1.6, < 2)
17+
logger (>= 1.4.2)
1218
minitest (>= 5.1)
13-
tzinfo (~> 2.0)
14-
addressable (2.8.4)
15-
public_suffix (>= 2.0.2, < 6.0)
19+
securerandom (>= 0.3)
20+
tzinfo (~> 2.0, >= 2.0.5)
21+
uri (>= 0.13.1)
22+
addressable (2.8.7)
23+
public_suffix (>= 2.0.2, < 7.0)
24+
base64 (0.2.0)
25+
benchmark (0.4.0)
26+
bigdecimal (3.1.9)
1627
coffee-script (2.4.1)
1728
coffee-script-source
1829
execjs
19-
coffee-script-source (1.11.1)
30+
coffee-script-source (1.12.2)
2031
colorator (1.1.0)
21-
commonmarker (0.23.10)
22-
concurrent-ruby (1.2.2)
23-
dnsruby (1.70.0)
32+
commonmarker (0.23.11)
33+
concurrent-ruby (1.3.5)
34+
connection_pool (2.5.0)
35+
csv (3.3.2)
36+
dnsruby (1.72.3)
37+
base64 (~> 0.2.0)
2438
simpleidn (~> 0.2.1)
39+
drb (2.2.1)
2540
em-websocket (0.5.3)
2641
eventmachine (>= 0.12.9)
2742
http_parser.rb (~> 0)
2843
ethon (0.16.0)
2944
ffi (>= 1.15.0)
3045
eventmachine (1.2.7)
31-
execjs (2.8.1)
32-
faraday (2.7.8)
33-
faraday-net_http (>= 2.0, < 3.1)
34-
ruby2_keywords (>= 0.0.4)
35-
faraday-net_http (3.0.2)
36-
ffi (1.15.5)
46+
execjs (2.10.0)
47+
faraday (2.12.2)
48+
faraday-net_http (>= 2.0, < 3.5)
49+
json
50+
logger
51+
faraday-net_http (3.4.0)
52+
net-http (>= 0.5.0)
53+
ffi (1.17.1-arm64-darwin)
54+
ffi (1.17.1-x86_64-linux-gnu)
3755
forwardable-extended (2.6.0)
38-
gemoji (3.0.1)
39-
github-pages (228)
40-
github-pages-health-check (= 1.17.9)
41-
jekyll (= 3.9.3)
42-
jekyll-avatar (= 0.7.0)
43-
jekyll-coffeescript (= 1.1.1)
44-
jekyll-commonmark-ghpages (= 0.4.0)
45-
jekyll-default-layout (= 0.1.4)
46-
jekyll-feed (= 0.15.1)
56+
gemoji (4.1.0)
57+
github-pages (232)
58+
github-pages-health-check (= 1.18.2)
59+
jekyll (= 3.10.0)
60+
jekyll-avatar (= 0.8.0)
61+
jekyll-coffeescript (= 1.2.2)
62+
jekyll-commonmark-ghpages (= 0.5.1)
63+
jekyll-default-layout (= 0.1.5)
64+
jekyll-feed (= 0.17.0)
4765
jekyll-gist (= 1.5.0)
48-
jekyll-github-metadata (= 2.13.0)
66+
jekyll-github-metadata (= 2.16.1)
4967
jekyll-include-cache (= 0.2.1)
5068
jekyll-mentions (= 1.6.0)
5169
jekyll-optional-front-matter (= 0.3.2)
@@ -72,30 +90,32 @@ GEM
7290
jekyll-theme-tactile (= 0.2.0)
7391
jekyll-theme-time-machine (= 0.2.0)
7492
jekyll-titles-from-headings (= 0.5.3)
75-
jemoji (= 0.12.0)
76-
kramdown (= 2.3.2)
93+
jemoji (= 0.13.0)
94+
kramdown (= 2.4.0)
7795
kramdown-parser-gfm (= 1.1.0)
7896
liquid (= 4.0.4)
7997
mercenary (~> 0.3)
8098
minima (= 2.5.1)
81-
nokogiri (>= 1.13.6, < 2.0)
82-
rouge (= 3.26.0)
99+
nokogiri (>= 1.16.2, < 2.0)
100+
rouge (= 3.30.0)
83101
terminal-table (~> 1.4)
84-
github-pages-health-check (1.17.9)
102+
webrick (~> 1.8)
103+
github-pages-health-check (1.18.2)
85104
addressable (~> 2.3)
86105
dnsruby (~> 1.60)
87-
octokit (~> 4.0)
88-
public_suffix (>= 3.0, < 5.0)
106+
octokit (>= 4, < 8)
107+
public_suffix (>= 3.0, < 6.0)
89108
typhoeus (~> 1.3)
90109
html-pipeline (2.14.3)
91110
activesupport (>= 2)
92111
nokogiri (>= 1.4)
93112
http_parser.rb (0.8.0)
94-
i18n (1.14.1)
113+
i18n (1.14.7)
95114
concurrent-ruby (~> 1.0)
96-
jekyll (3.9.3)
115+
jekyll (3.10.0)
97116
addressable (~> 2.4)
98117
colorator (~> 1.0)
118+
csv (~> 3.0)
99119
em-websocket (~> 0.5)
100120
i18n (>= 0.7, < 2)
101121
jekyll-sass-converter (~> 1.0)
@@ -106,27 +126,28 @@ GEM
106126
pathutil (~> 0.9)
107127
rouge (>= 1.7, < 4)
108128
safe_yaml (~> 1.0)
109-
jekyll-avatar (0.7.0)
129+
webrick (>= 1.0)
130+
jekyll-avatar (0.8.0)
110131
jekyll (>= 3.0, < 5.0)
111-
jekyll-coffeescript (1.1.1)
132+
jekyll-coffeescript (1.2.2)
112133
coffee-script (~> 2.2)
113-
coffee-script-source (~> 1.11.1)
134+
coffee-script-source (~> 1.12)
114135
jekyll-commonmark (1.4.0)
115136
commonmarker (~> 0.22)
116-
jekyll-commonmark-ghpages (0.4.0)
117-
commonmarker (~> 0.23.7)
118-
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)
119140
jekyll-commonmark (~> 1.4.0)
120141
rouge (>= 2.0, < 5.0)
121-
jekyll-default-layout (0.1.4)
122-
jekyll (~> 3.0)
123-
jekyll-feed (0.15.1)
142+
jekyll-default-layout (0.1.5)
143+
jekyll (>= 3.0, < 5.0)
144+
jekyll-feed (0.17.0)
124145
jekyll (>= 3.7, < 5.0)
125146
jekyll-gist (1.5.0)
126147
octokit (~> 4.2)
127-
jekyll-github-metadata (2.13.0)
148+
jekyll-github-metadata (2.16.1)
128149
jekyll (>= 3.4, < 5.0)
129-
octokit (~> 4.0, != 4.4.0)
150+
octokit (>= 4, < 7, != 4.4.0)
130151
jekyll-include-cache (0.2.1)
131152
jekyll (>= 3.7, < 5.0)
132153
jekyll-mentions (1.6.0)
@@ -197,43 +218,46 @@ GEM
197218
jekyll (>= 3.3, < 5.0)
198219
jekyll-watch (2.2.1)
199220
listen (~> 3.0)
200-
jemoji (0.12.0)
201-
gemoji (~> 3.0)
221+
jemoji (0.13.0)
222+
gemoji (>= 3, < 5)
202223
html-pipeline (~> 2.2)
203224
jekyll (>= 3.0, < 5.0)
204-
kramdown (2.3.2)
225+
json (2.10.1)
226+
kramdown (2.4.0)
205227
rexml
206228
kramdown-parser-gfm (1.1.0)
207229
kramdown (~> 2.0)
208230
liquid (4.0.4)
209-
listen (3.8.0)
231+
listen (3.9.0)
210232
rb-fsevent (~> 0.10, >= 0.10.3)
211233
rb-inotify (~> 0.9, >= 0.9.10)
234+
logger (1.6.6)
212235
mercenary (0.3.6)
213236
minima (2.5.1)
214237
jekyll (>= 3.5, < 5.0)
215238
jekyll-feed (~> 0.9)
216239
jekyll-seo-tag (~> 2.1)
217-
minitest (5.19.0)
218-
nokogiri (1.16.5-arm64-darwin)
240+
minitest (5.25.4)
241+
net-http (0.6.0)
242+
uri
243+
nokogiri (1.18.3-arm64-darwin)
219244
racc (~> 1.4)
220-
nokogiri (1.16.5-x86_64-linux)
245+
nokogiri (1.18.3-x86_64-linux-gnu)
221246
racc (~> 1.4)
222247
octokit (4.25.1)
223248
faraday (>= 1, < 3)
224249
sawyer (~> 0.9)
225250
pathutil (0.16.2)
226251
forwardable-extended (~> 2.6)
227-
public_suffix (4.0.7)
228-
racc (1.7.3)
252+
public_suffix (5.1.1)
253+
racc (1.8.1)
229254
rake (12.3.3)
230255
rb-fsevent (0.11.2)
231-
rb-inotify (0.10.1)
256+
rb-inotify (0.11.1)
232257
ffi (~> 1.0)
233-
rexml (3.3.9)
234-
rouge (3.26.0)
235-
ruby2_keywords (0.0.5)
236-
rubyzip (2.3.2)
258+
rexml (3.4.1)
259+
rouge (3.30.0)
260+
rubyzip (2.4.1)
237261
safe_yaml (1.0.5)
238262
sass (3.7.4)
239263
sass-listen (~> 4.0.0)
@@ -243,22 +267,21 @@ GEM
243267
sawyer (0.9.2)
244268
addressable (>= 2.3.5)
245269
faraday (>= 0.17.3, < 3)
246-
simpleidn (0.2.1)
247-
unf (~> 0.1.4)
270+
securerandom (0.4.1)
271+
simpleidn (0.2.3)
248272
terminal-table (1.8.0)
249273
unicode-display_width (~> 1.1, >= 1.1.1)
250-
typhoeus (1.4.0)
274+
typhoeus (1.4.1)
251275
ethon (>= 0.9.0)
252276
tzinfo (2.0.6)
253277
concurrent-ruby (~> 1.0)
254-
unf (0.1.4)
255-
unf_ext
256-
unf_ext (0.0.8.2)
257278
unicode-display_width (1.8.0)
258-
webrick (1.8.2)
279+
uri (1.0.2)
280+
webrick (1.9.1)
259281

260282
PLATFORMS
261283
arm64-darwin-22
284+
arm64-darwin-23
262285
x86_64-linux
263286

264287
DEPENDENCIES

0 commit comments

Comments
 (0)