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
169169 end
170170end
171171
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-
178172# Gems that are necessary for Active Record tests with Oracle.
179173if ENV [ "ORACLE_ENHANCED" ]
180174 platforms :ruby do
Original file line number Diff line number Diff line change 390390 activesupport (>= 7.0.0 )
391391 rack
392392 railties (>= 7.0.0 )
393- psych (3.3.4 )
393+ psych (5.1.0 )
394+ stringio
394395 public_suffix (5.0.1 )
395396 puma (6.0.2 )
396397 nio4r (~> 2.0 )
417418 rb-inotify (0.10.1 )
418419 ffi (~> 1.0 )
419420 rbtree (0.4.6 )
420- rdoc (6.3.3 )
421+ rdoc (6.5.0 )
422+ psych (>= 4.0.0 )
421423 readline-ext (0.1.5 )
422424 redcarpet (3.2.3 )
423425 redis (4.8.0 )
475477 rubyzip (2.3.2 )
476478 rufus-scheduler (3.8.2 )
477479 fugit (~> 1.1 , >= 1.1.6 )
478- sdoc (2.6.0 )
480+ sdoc (2.6.1 )
479481 rdoc (>= 5.0 )
480482 selenium-webdriver (4.11.0 )
481483 rexml (~> 3.2 , >= 3.2.5 )
525527 stackprof (0.2.23 )
526528 stimulus-rails (1.2.1 )
527529 railties (>= 6.0.0 )
530+ stringio (3.0.8 )
528531 sucker_punch (3.1.0 )
529532 concurrent-ruby (~> 1.0 )
530533 tailwindcss-rails (2.0.21 )
@@ -612,7 +615,6 @@ DEPENDENCIES
612615 nokogiri (>= 1.8.1 , != 1.11.0 )
613616 pg (~> 1.3 )
614617 propshaft (>= 0.1.7 )
615- psych (~> 3.0 )
616618 puma (>= 5.0.3 )
617619 que (< 2 )
618620 queue_classic !
You can’t perform that action at this time.
0 commit comments