Skip to content

Commit 967fc62

Browse files
authored
Merge pull request rails#51468 from Earlopain/remove-ostruct-requires
Add `ostruct` to the gemfile
2 parents 02f6c29 + d902f44 commit 967fc62

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ gem "cgi", ">= 0.3.6", require: false
3838

3939
gem "prism"
4040

41+
# Became a bundled gem in Ruby 3.5
42+
gem "ostruct"
43+
4144
group :lint do
4245
gem "syntax_tree", "6.1.1", require: false
4346
end

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ GEM
368368
nokogiri (1.16.0-x86_64-linux)
369369
racc (~> 1.4)
370370
os (1.1.4)
371+
ostruct (0.6.0)
371372
parallel (1.24.0)
372373
parser (3.2.2.4)
373374
ast (~> 2.4.1)
@@ -623,6 +624,7 @@ DEPENDENCIES
623624
msgpack (>= 1.7.0)
624625
mysql2 (~> 0.5)
625626
nokogiri (>= 1.8.1, != 1.11.0)
627+
ostruct
626628
pg (~> 1.3)
627629
prism
628630
propshaft (>= 0.1.7)

0 commit comments

Comments
 (0)