File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -169,12 +169,6 @@ platforms :jruby do
169
169
end
170
170
end
171
171
172
- platforms :rbx do
173
- # The rubysl-yaml gem doesn't ship with Psych by default as it needs
174
- # libyaml that isn't always available.
175
- gem "psych" , "~> 3.0"
176
- end
177
-
178
172
# Gems that are necessary for Active Record tests with Oracle.
179
173
if ENV [ "ORACLE_ENHANCED" ]
180
174
platforms :ruby do
Original file line number Diff line number Diff line change 390
390
activesupport (>= 7.0.0 )
391
391
rack
392
392
railties (>= 7.0.0 )
393
- psych (3.3.4 )
393
+ psych (5.1.0 )
394
+ stringio
394
395
public_suffix (5.0.1 )
395
396
puma (6.0.2 )
396
397
nio4r (~> 2.0 )
417
418
rb-inotify (0.10.1 )
418
419
ffi (~> 1.0 )
419
420
rbtree (0.4.6 )
420
- rdoc (6.3.3 )
421
+ rdoc (6.5.0 )
422
+ psych (>= 4.0.0 )
421
423
readline-ext (0.1.5 )
422
424
redcarpet (3.2.3 )
423
425
redis (4.8.0 )
475
477
rubyzip (2.3.2 )
476
478
rufus-scheduler (3.8.2 )
477
479
fugit (~> 1.1 , >= 1.1.6 )
478
- sdoc (2.6.0 )
480
+ sdoc (2.6.1 )
479
481
rdoc (>= 5.0 )
480
482
selenium-webdriver (4.11.0 )
481
483
rexml (~> 3.2 , >= 3.2.5 )
525
527
stackprof (0.2.23 )
526
528
stimulus-rails (1.2.1 )
527
529
railties (>= 6.0.0 )
530
+ stringio (3.0.8 )
528
531
sucker_punch (3.1.0 )
529
532
concurrent-ruby (~> 1.0 )
530
533
tailwindcss-rails (2.0.21 )
@@ -612,7 +615,6 @@ DEPENDENCIES
612
615
nokogiri (>= 1.8.1 , != 1.11.0 )
613
616
pg (~> 1.3 )
614
617
propshaft (>= 0.1.7 )
615
- psych (~> 3.0 )
616
618
puma (>= 5.0.3 )
617
619
que (< 2 )
618
620
queue_classic !
You can’t perform that action at this time.
0 commit comments