Merge pull request #51468 from Earlopain/remove-ostruct-requires

Add `ostruct` to the gemfile
This commit is contained in:
Rafael Mendonça França 2024-04-02 16:08:51 -03:00 committed by GitHub
commit 967fc62a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

@ -38,6 +38,9 @@ gem "cgi", ">= 0.3.6", require: false
gem "prism" gem "prism"
# Became a bundled gem in Ruby 3.5
gem "ostruct"
group :lint do group :lint do
gem "syntax_tree", "6.1.1", require: false gem "syntax_tree", "6.1.1", require: false
end end

@ -368,6 +368,7 @@ GEM
nokogiri (1.16.0-x86_64-linux) nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
os (1.1.4) os (1.1.4)
ostruct (0.6.0)
parallel (1.24.0) parallel (1.24.0)
parser (3.2.2.4) parser (3.2.2.4)
ast (~> 2.4.1) ast (~> 2.4.1)
@ -623,6 +624,7 @@ DEPENDENCIES
msgpack (>= 1.7.0) msgpack (>= 1.7.0)
mysql2 (~> 0.5) mysql2 (~> 0.5)
nokogiri (>= 1.8.1, != 1.11.0) nokogiri (>= 1.8.1, != 1.11.0)
ostruct
pg (~> 1.3) pg (~> 1.3)
prism prism
propshaft (>= 0.1.7) propshaft (>= 0.1.7)