Skip to content

Commit febc000

Browse files
committed
gemfile.lock for nokogiri
1 parent 784761a commit febc000

2 files changed

Lines changed: 87 additions & 78 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ group :development, :test do
2626
gem "m", "~> 1"
2727
gem "method_source", "~> 1"
2828
gem "minitest", "~> 6"
29+
gem "nokogiri", "1.19.0"
2930
gem "propshaft", "~> 1"
3031
gem "puma", ">= 6"
3132
gem "rake", "~> 13"

Gemfile.lock

Lines changed: 86 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -11,66 +11,66 @@ GEM
1111
specs:
1212
action_text-trix (2.1.16)
1313
railties
14-
actioncable (8.1.1)
15-
actionpack (= 8.1.1)
16-
activesupport (= 8.1.1)
14+
actioncable (8.1.2)
15+
actionpack (= 8.1.2)
16+
activesupport (= 8.1.2)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (8.1.1)
21-
actionpack (= 8.1.1)
22-
activejob (= 8.1.1)
23-
activerecord (= 8.1.1)
24-
activestorage (= 8.1.1)
25-
activesupport (= 8.1.1)
20+
actionmailbox (8.1.2)
21+
actionpack (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activerecord (= 8.1.2)
24+
activestorage (= 8.1.2)
25+
activesupport (= 8.1.2)
2626
mail (>= 2.8.0)
27-
actionmailer (8.1.1)
28-
actionpack (= 8.1.1)
29-
actionview (= 8.1.1)
30-
activejob (= 8.1.1)
31-
activesupport (= 8.1.1)
27+
actionmailer (8.1.2)
28+
actionpack (= 8.1.2)
29+
actionview (= 8.1.2)
30+
activejob (= 8.1.2)
31+
activesupport (= 8.1.2)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (8.1.1)
35-
actionview (= 8.1.1)
36-
activesupport (= 8.1.1)
34+
actionpack (8.1.2)
35+
actionview (= 8.1.2)
36+
activesupport (= 8.1.2)
3737
nokogiri (>= 1.8.5)
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (8.1.1)
44+
actiontext (8.1.2)
4545
action_text-trix (~> 2.1.15)
46-
actionpack (= 8.1.1)
47-
activerecord (= 8.1.1)
48-
activestorage (= 8.1.1)
49-
activesupport (= 8.1.1)
46+
actionpack (= 8.1.2)
47+
activerecord (= 8.1.2)
48+
activestorage (= 8.1.2)
49+
activesupport (= 8.1.2)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (8.1.1)
53-
activesupport (= 8.1.1)
52+
actionview (8.1.2)
53+
activesupport (= 8.1.2)
5454
builder (~> 3.1)
5555
erubi (~> 1.11)
5656
rails-dom-testing (~> 2.2)
5757
rails-html-sanitizer (~> 1.6)
58-
activejob (8.1.1)
59-
activesupport (= 8.1.1)
58+
activejob (8.1.2)
59+
activesupport (= 8.1.2)
6060
globalid (>= 0.3.6)
61-
activemodel (8.1.1)
62-
activesupport (= 8.1.1)
63-
activerecord (8.1.1)
64-
activemodel (= 8.1.1)
65-
activesupport (= 8.1.1)
61+
activemodel (8.1.2)
62+
activesupport (= 8.1.2)
63+
activerecord (8.1.2)
64+
activemodel (= 8.1.2)
65+
activesupport (= 8.1.2)
6666
timeout (>= 0.4.0)
67-
activestorage (8.1.1)
68-
actionpack (= 8.1.1)
69-
activejob (= 8.1.1)
70-
activerecord (= 8.1.1)
71-
activesupport (= 8.1.1)
67+
activestorage (8.1.2)
68+
actionpack (= 8.1.2)
69+
activejob (= 8.1.2)
70+
activerecord (= 8.1.2)
71+
activesupport (= 8.1.2)
7272
marcel (~> 1.0)
73-
activesupport (8.1.1)
73+
activesupport (8.1.2)
7474
base64
7575
bigdecimal
7676
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -83,8 +83,8 @@ GEM
8383
securerandom (>= 0.3)
8484
tzinfo (~> 2.0, >= 2.0.5)
8585
uri (>= 0.13.1)
86-
addressable (2.8.7)
87-
public_suffix (>= 2.0.2, < 7.0)
86+
addressable (2.8.8)
87+
public_suffix (>= 2.0.2, < 8.0)
8888
allocation_stats (0.1.5)
8989
ansi (1.5.0)
9090
appraisal (2.5.0)
@@ -145,7 +145,14 @@ GEM
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
148-
herb (0.8.3)
148+
herb (0.8.7-aarch64-linux-gnu)
149+
herb (0.8.7-aarch64-linux-musl)
150+
herb (0.8.7-arm-linux-gnu)
151+
herb (0.8.7-arm-linux-musl)
152+
herb (0.8.7-arm64-darwin)
153+
herb (0.8.7-x86_64-darwin)
154+
herb (0.8.7-x86_64-linux-gnu)
155+
herb (0.8.7-x86_64-linux-musl)
149156
i18n (1.14.8)
150157
concurrent-ruby (~> 1.0)
151158
io-console (0.8.2)
@@ -177,7 +184,7 @@ GEM
177184
mini_mime (1.1.5)
178185
minitest (6.0.1)
179186
prism (~> 1.5)
180-
net-imap (0.5.12)
187+
net-imap (0.6.2)
181188
date
182189
net-protocol
183190
net-pop (0.1.2)
@@ -210,15 +217,15 @@ GEM
210217
pp (0.6.3)
211218
prettyprint
212219
prettyprint (0.2.0)
213-
prism (1.6.0)
220+
prism (1.7.0)
214221
propshaft (1.3.1)
215222
actionpack (>= 7.0.0)
216223
activesupport (>= 7.0.0)
217224
rack
218225
psych (5.3.1)
219226
date
220227
stringio
221-
public_suffix (6.0.2)
228+
public_suffix (7.0.2)
222229
puma (7.1.0)
223230
nio4r (~> 2.0)
224231
racc (1.8.1)
@@ -230,30 +237,30 @@ GEM
230237
rack (>= 1.3)
231238
rackup (2.3.1)
232239
rack (>= 3)
233-
rails (8.1.1)
234-
actioncable (= 8.1.1)
235-
actionmailbox (= 8.1.1)
236-
actionmailer (= 8.1.1)
237-
actionpack (= 8.1.1)
238-
actiontext (= 8.1.1)
239-
actionview (= 8.1.1)
240-
activejob (= 8.1.1)
241-
activemodel (= 8.1.1)
242-
activerecord (= 8.1.1)
243-
activestorage (= 8.1.1)
244-
activesupport (= 8.1.1)
240+
rails (8.1.2)
241+
actioncable (= 8.1.2)
242+
actionmailbox (= 8.1.2)
243+
actionmailer (= 8.1.2)
244+
actionpack (= 8.1.2)
245+
actiontext (= 8.1.2)
246+
actionview (= 8.1.2)
247+
activejob (= 8.1.2)
248+
activemodel (= 8.1.2)
249+
activerecord (= 8.1.2)
250+
activestorage (= 8.1.2)
251+
activesupport (= 8.1.2)
245252
bundler (>= 1.15.0)
246-
railties (= 8.1.1)
253+
railties (= 8.1.2)
247254
rails-dom-testing (2.3.0)
248255
activesupport (>= 5.0.0)
249256
minitest
250257
nokogiri (>= 1.6)
251258
rails-html-sanitizer (1.6.2)
252259
loofah (~> 2.21)
253260
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
254-
railties (8.1.1)
255-
actionpack (= 8.1.1)
256-
activesupport (= 8.1.1)
261+
railties (8.1.2)
262+
actionpack (= 8.1.2)
263+
activesupport (= 8.1.2)
257264
irb (~> 1.13)
258265
rackup (>= 1.0.0)
259266
rake (>= 12.2)
@@ -271,7 +278,7 @@ GEM
271278
herb (>= 0.8.0, < 1.0.0)
272279
redis (5.4.1)
273280
redis-client (>= 0.22.0)
274-
redis-client (0.26.1)
281+
redis-client (0.26.3)
275282
connection_pool
276283
regexp_parser (2.11.3)
277284
reline (0.6.3)
@@ -305,16 +312,16 @@ GEM
305312
rubocop-ast (>= 1.47.1, < 2.0)
306313
ruby-progressbar (~> 1.7)
307314
unicode-display_width (>= 2.4.0, < 4.0)
308-
rubocop-ast (1.48.0)
315+
rubocop-ast (1.49.0)
309316
parser (>= 3.3.7.2)
310-
prism (~> 1.4)
317+
prism (~> 1.7)
311318
rubocop-md (2.0.3)
312319
lint_roller (~> 1.1)
313320
rubocop (>= 1.72.1)
314-
rubocop-performance (1.25.0)
321+
rubocop-performance (1.26.1)
315322
lint_roller (~> 1.1)
316323
rubocop (>= 1.75.0, < 2.0)
317-
rubocop-ast (>= 1.38.0, < 2.0)
324+
rubocop-ast (>= 1.47.1, < 2.0)
318325
ruby-progressbar (1.13.0)
319326
rubyzip (3.2.2)
320327
securerandom (0.4.1)
@@ -355,26 +362,26 @@ GEM
355362
standard-custom (1.0.2)
356363
lint_roller (~> 1.0)
357364
rubocop (~> 1.50)
358-
standard-performance (1.8.0)
365+
standard-performance (1.9.0)
359366
lint_roller (~> 1.1)
360-
rubocop-performance (~> 1.25.0)
367+
rubocop-performance (~> 1.26.0)
361368
stringio (3.2.0)
362369
tailwindcss-rails (4.4.0)
363370
railties (>= 7.0.0)
364371
tailwindcss-ruby (~> 4.0)
365-
tailwindcss-ruby (4.1.16)
366-
tailwindcss-ruby (4.1.16-aarch64-linux-gnu)
367-
tailwindcss-ruby (4.1.16-aarch64-linux-musl)
368-
tailwindcss-ruby (4.1.16-arm64-darwin)
369-
tailwindcss-ruby (4.1.16-x86_64-darwin)
370-
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
371-
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
372+
tailwindcss-ruby (4.1.18)
373+
tailwindcss-ruby (4.1.18-aarch64-linux-gnu)
374+
tailwindcss-ruby (4.1.18-aarch64-linux-musl)
375+
tailwindcss-ruby (4.1.18-arm64-darwin)
376+
tailwindcss-ruby (4.1.18-x86_64-darwin)
377+
tailwindcss-ruby (4.1.18-x86_64-linux-gnu)
378+
tailwindcss-ruby (4.1.18-x86_64-linux-musl)
372379
temple (0.10.4)
373380
terminal-table (4.0.0)
374381
unicode-display_width (>= 1.1.1, < 4)
375-
thor (1.4.0)
376-
tilt (2.6.1)
377-
timeout (0.4.4)
382+
thor (1.5.0)
383+
tilt (2.7.0)
384+
timeout (0.6.0)
378385
tsort (0.2.0)
379386
turbo-rails (2.0.20)
380387
actionpack (>= 7.1.0)
@@ -387,7 +394,7 @@ GEM
387394
uri (1.1.1)
388395
useragent (0.16.11)
389396
warning (1.5.0)
390-
webrick (1.9.1)
397+
webrick (1.9.2)
391398
websocket (1.2.11)
392399
websocket-driver (0.8.0)
393400
base64
@@ -426,9 +433,10 @@ DEPENDENCIES
426433
m (~> 1)
427434
method_source (~> 1)
428435
minitest (~> 6)
436+
nokogiri (= 1.19.0)
429437
propshaft (~> 1)
430438
puma (>= 6)
431-
rails (~> 8)
439+
rails (~> 8.1)
432440
rails-dom-testing (~> 2.3.0)
433441
rake (~> 13)
434442
reactionview

0 commit comments

Comments
 (0)