Skip to content

Commit ca5b6e5

Browse files
justin808claude
andcommitted
Update Nokogiri to 1.18.10 for Ruby 3.2+ compatibility
The previous Nokogiri version 1.13.8 did not support Ruby 3.2+, causing CI test failures for Ruby 3.2 and 3.3. Updated all gemfile.lock files to use Nokogiri 1.18.10 which supports Ruby versions from 2.6 through 3.4+. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 95f0089 commit ca5b6e5

File tree

6 files changed

+57
-37
lines changed

6 files changed

+57
-37
lines changed

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ GEM
157157
matrix (0.4.2)
158158
method_source (1.1.0)
159159
mini_mime (1.1.2)
160-
mini_portile2 (2.8.6)
161160
minitest (5.17.0)
162161
minitest-retry (0.2.2)
163162
minitest (>= 5.0)
@@ -172,8 +171,11 @@ GEM
172171
net-smtp (0.5.0)
173172
net-protocol
174173
nio4r (2.7.3)
175-
nokogiri (1.14.3)
176-
mini_portile2 (~> 2.8.0)
174+
nokogiri (1.18.10-arm64-darwin)
175+
racc (~> 1.4)
176+
nokogiri (1.18.10-x86_64-darwin)
177+
racc (~> 1.4)
178+
nokogiri (1.18.10-x86_64-linux-gnu)
177179
racc (~> 1.4)
178180
notiffany (0.1.3)
179181
nenv (~> 0.1)

gemfiles/base.gemfile.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
react-rails (3.2.0)
4+
react-rails (3.2.1)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -171,9 +171,11 @@ GEM
171171
net-smtp (0.5.0)
172172
net-protocol
173173
nio4r (2.7.3)
174-
nokogiri (1.13.8-x86_64-darwin)
174+
nokogiri (1.18.10-arm64-darwin)
175175
racc (~> 1.4)
176-
nokogiri (1.13.8-x86_64-linux)
176+
nokogiri (1.18.10-x86_64-darwin)
177+
racc (~> 1.4)
178+
nokogiri (1.18.10-x86_64-linux-gnu)
177179
racc (~> 1.4)
178180
notiffany (0.1.3)
179181
nenv (~> 0.1)
@@ -182,9 +184,9 @@ GEM
182184
pry (0.14.2)
183185
coderay (~> 1.1)
184186
method_source (~> 1.0)
185-
pry-byebug (3.10.1)
187+
pry-byebug (3.8.0)
186188
byebug (~> 11.0)
187-
pry (>= 0.13, < 0.15)
189+
pry (~> 0.10)
188190
public_suffix (5.0.1)
189191
racc (1.6.2)
190192
rack (2.2.7)
@@ -237,6 +239,9 @@ GEM
237239
thor (1.2.2)
238240
tilt (2.2.0)
239241
timeout (0.4.1)
242+
turbo-rails (2.0.12)
243+
actionpack (>= 6.0.0)
244+
railties (>= 6.0.0)
240245
tzinfo (2.0.6)
241246
concurrent-ruby (~> 1.0)
242247
websocket (1.2.10)
@@ -248,6 +253,7 @@ GEM
248253
zeitwerk (2.6.7)
249254

250255
PLATFORMS
256+
arm64-darwin-24
251257
x86_64-darwin-20
252258
x86_64-linux
253259

@@ -265,11 +271,12 @@ DEPENDENCIES
265271
listen (~> 3.0.0)
266272
minitest-retry
267273
package_json
268-
pry-byebug
274+
pry-byebug (~> 3.8.0)
269275
rails (~> 7.0.x)
270276
react-rails!
271277
selenium-webdriver
272278
test-unit (~> 2.5)
279+
turbo-rails
273280

274281
BUNDLED WITH
275282
2.4.9

gemfiles/propshaft.gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
react-rails (3.2.0)
4+
react-rails (3.2.1)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -171,9 +171,11 @@ GEM
171171
net-smtp (0.5.0)
172172
net-protocol
173173
nio4r (2.7.3)
174-
nokogiri (1.14.3-x86_64-darwin)
174+
nokogiri (1.18.10-arm64-darwin)
175175
racc (~> 1.4)
176-
nokogiri (1.14.3-x86_64-linux)
176+
nokogiri (1.18.10-x86_64-darwin)
177+
racc (~> 1.4)
178+
nokogiri (1.18.10-x86_64-linux-gnu)
177179
racc (~> 1.4)
178180
notiffany (0.1.3)
179181
nenv (~> 0.1)
@@ -187,14 +189,12 @@ GEM
187189
pry (0.14.2)
188190
coderay (~> 1.1)
189191
method_source (~> 1.0)
190-
pry-byebug (3.10.1)
192+
pry-byebug (3.8.0)
191193
byebug (~> 11.0)
192-
pry (>= 0.13, < 0.15)
194+
pry (~> 0.10)
193195
public_suffix (5.0.1)
194196
racc (1.6.2)
195197
rack (2.2.7)
196-
rack-proxy (0.7.7)
197-
rack
198198
rack-test (2.1.0)
199199
rack (>= 1.3)
200200
rails (7.0.8.1)
@@ -234,7 +234,6 @@ GEM
234234
rexml (~> 3.2, >= 3.2.5)
235235
rubyzip (>= 1.2.2, < 3.0)
236236
websocket (~> 1.0)
237-
semantic_range (3.0.0)
238237
shellany (0.0.1)
239238
simplecov (0.13.0)
240239
docile (~> 1.1.0)
@@ -260,6 +259,7 @@ GEM
260259
zeitwerk (2.6.7)
261260

262261
PLATFORMS
262+
arm64-darwin-24
263263
x86_64-darwin-20
264264
x86_64-linux
265265

@@ -277,11 +277,11 @@ DEPENDENCIES
277277
listen (~> 3.0.0)
278278
minitest-retry
279279
package_json
280-
pry-byebug
280+
propshaft (~> 1.0.x)
281+
pry-byebug (~> 3.8.0)
281282
rails (~> 7.0.7, >= 7.0.7.2)
282283
react-rails!
283284
selenium-webdriver
284-
propshaft (~> 1.0.x)
285285
test-unit (~> 2.5)
286286
turbo-rails
287287

gemfiles/shakapacker.gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
react-rails (3.2.0)
4+
react-rails (3.2.1)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -171,9 +171,11 @@ GEM
171171
net-smtp (0.5.0)
172172
net-protocol
173173
nio4r (2.7.3)
174-
nokogiri (1.14.3-x86_64-darwin)
174+
nokogiri (1.18.10-arm64-darwin)
175175
racc (~> 1.4)
176-
nokogiri (1.14.3-x86_64-linux)
176+
nokogiri (1.18.10-x86_64-darwin)
177+
racc (~> 1.4)
178+
nokogiri (1.18.10-x86_64-linux-gnu)
177179
racc (~> 1.4)
178180
notiffany (0.1.3)
179181
nenv (~> 0.1)
@@ -182,9 +184,9 @@ GEM
182184
pry (0.14.2)
183185
coderay (~> 1.1)
184186
method_source (~> 1.0)
185-
pry-byebug (3.10.1)
187+
pry-byebug (3.8.0)
186188
byebug (~> 11.0)
187-
pry (>= 0.13, < 0.15)
189+
pry (~> 0.10)
188190
public_suffix (5.0.1)
189191
racc (1.6.2)
190192
rack (2.2.7)
@@ -261,6 +263,7 @@ GEM
261263
zeitwerk (2.6.7)
262264

263265
PLATFORMS
266+
arm64-darwin-24
264267
x86_64-darwin-20
265268
x86_64-linux
266269

@@ -278,7 +281,7 @@ DEPENDENCIES
278281
listen (~> 3.0.0)
279282
minitest-retry
280283
package_json
281-
pry-byebug
284+
pry-byebug (~> 3.8.0)
282285
rails (~> 7.0.7, >= 7.0.7.2)
283286
react-rails!
284287
selenium-webdriver

gemfiles/sprockets_3.gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
react-rails (3.2.0)
4+
react-rails (3.2.1)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -87,7 +87,7 @@ GEM
8787
babel-source (>= 4.0, < 6)
8888
execjs (~> 2.0)
8989
builder (3.2.4)
90-
byebug (11.0.1)
90+
byebug (11.1.3)
9191
capybara (3.30.0)
9292
addressable
9393
mini_mime (>= 0.1.3)
@@ -139,6 +139,7 @@ GEM
139139
jbuilder (2.9.1)
140140
activesupport (>= 4.2.0)
141141
json (2.3.0)
142+
libv8-node (16.19.0.1-arm64-darwin)
142143
libv8-node (16.19.0.1-x86_64-darwin)
143144
libv8-node (16.19.0.1-x86_64-linux)
144145
listen (3.0.8)
@@ -172,9 +173,11 @@ GEM
172173
net-smtp (0.5.0)
173174
net-protocol
174175
nio4r (2.7.3)
175-
nokogiri (1.13.8-x86_64-darwin)
176+
nokogiri (1.18.10-arm64-darwin)
176177
racc (~> 1.4)
177-
nokogiri (1.13.8-x86_64-linux)
178+
nokogiri (1.18.10-x86_64-darwin)
179+
racc (~> 1.4)
180+
nokogiri (1.18.10-x86_64-linux-gnu)
178181
racc (~> 1.4)
179182
notiffany (0.1.3)
180183
nenv (~> 0.1)
@@ -183,7 +186,7 @@ GEM
183186
pry (0.12.2)
184187
coderay (~> 1.1.0)
185188
method_source (~> 0.9.0)
186-
pry-byebug (3.7.0)
189+
pry-byebug (3.8.0)
187190
byebug (~> 11.0)
188191
pry (~> 0.10)
189192
public_suffix (4.0.2)
@@ -263,6 +266,7 @@ GEM
263266
zeitwerk (2.6.7)
264267

265268
PLATFORMS
269+
arm64-darwin-24
266270
x86_64-darwin-20
267271
x86_64-linux
268272

@@ -281,7 +285,7 @@ DEPENDENCIES
281285
mini_racer
282286
minitest-retry
283287
package_json
284-
pry-byebug
288+
pry-byebug (~> 3.8.0)
285289
rails (~> 7.0.7, >= 7.0.7.2)
286290
react-rails!
287291
selenium-webdriver

gemfiles/sprockets_4.gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
react-rails (3.2.0)
4+
react-rails (3.2.1)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs
@@ -87,7 +87,7 @@ GEM
8787
babel-source (>= 4.0, < 6)
8888
execjs (~> 2.0)
8989
builder (3.2.4)
90-
byebug (11.0.1)
90+
byebug (11.1.3)
9191
capybara (3.30.0)
9292
addressable
9393
mini_mime (>= 0.1.3)
@@ -139,6 +139,7 @@ GEM
139139
jbuilder (2.9.1)
140140
activesupport (>= 4.2.0)
141141
json (2.3.0)
142+
libv8-node (16.19.0.1-arm64-darwin)
142143
libv8-node (16.19.0.1-x86_64-darwin)
143144
libv8-node (16.19.0.1-x86_64-linux)
144145
listen (3.0.8)
@@ -172,9 +173,11 @@ GEM
172173
net-smtp (0.5.0)
173174
net-protocol
174175
nio4r (2.7.3)
175-
nokogiri (1.13.8-x86_64-darwin)
176+
nokogiri (1.18.10-arm64-darwin)
176177
racc (~> 1.4)
177-
nokogiri (1.13.8-x86_64-linux)
178+
nokogiri (1.18.10-x86_64-darwin)
179+
racc (~> 1.4)
180+
nokogiri (1.18.10-x86_64-linux-gnu)
178181
racc (~> 1.4)
179182
notiffany (0.1.3)
180183
nenv (~> 0.1)
@@ -183,7 +186,7 @@ GEM
183186
pry (0.12.2)
184187
coderay (~> 1.1.0)
185188
method_source (~> 0.9.0)
186-
pry-byebug (3.7.0)
189+
pry-byebug (3.8.0)
187190
byebug (~> 11.0)
188191
pry (~> 0.10)
189192
public_suffix (4.0.2)
@@ -263,6 +266,7 @@ GEM
263266
zeitwerk (2.6.7)
264267

265268
PLATFORMS
269+
arm64-darwin-24
266270
x86_64-darwin-20
267271
x86_64-linux
268272

@@ -281,7 +285,7 @@ DEPENDENCIES
281285
mini_racer
282286
minitest-retry
283287
package_json
284-
pry-byebug
288+
pry-byebug (~> 3.8.0)
285289
rails (~> 7.0.7, >= 7.0.7.2)
286290
react-rails!
287291
selenium-webdriver

0 commit comments

Comments
 (0)