From de276c7aa12c4147ac7bd6ea5ce94640f6fcc5dd Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Thu, 9 Jan 2025 20:15:25 +0000 Subject: [PATCH] Add `ostruct` to Ruby 3.5 gemfile This is needed to unblock the test-asan check. I'm working with upstream ( https://github.com/ruby/setup-ruby/issues/682 ) to see if we can get an asan build based off a stable Ruby to avoid the "flakiness" of testing with a Ruby based on ruby-head. --- ruby-3.5.gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby-3.5.gemfile b/ruby-3.5.gemfile index 84d2a4327cf..e00703e4341 100644 --- a/ruby-3.5.gemfile +++ b/ruby-3.5.gemfile @@ -62,3 +62,5 @@ group :dev do gem 'ruby-lsp', require: false gem 'appraisal', '~> 2.4.0', require: false end + +gem 'ostruct'