Skip to content

Commit 72bad1a

Browse files
committed
Upgrade stringio to 3.0.8 to make sure guides CI pass
1 parent d230670 commit 72bad1a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ platforms :jruby do
169169
end
170170
end
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.
179173
if ENV["ORACLE_ENHANCED"]
180174
platforms :ruby do

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ GEM
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)
@@ -417,7 +418,8 @@ GEM
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)
@@ -475,7 +477,7 @@ GEM
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)
@@ -525,6 +527,7 @@ GEM
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!

0 commit comments

Comments
 (0)