Skip to content

Commit

Permalink
Add ostruct to Ruby 3.5 gemfile
Browse files Browse the repository at this point in the history
This is needed to unblock the test-asan check. I'm working with
upstream ( ruby/setup-ruby#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.
  • Loading branch information
ivoanjo committed Jan 9, 2025
1 parent 3cd7759 commit de276c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby-3.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ group :dev do
gem 'ruby-lsp', require: false
gem 'appraisal', '~> 2.4.0', require: false
end

gem 'ostruct'

0 comments on commit de276c7

Please sign in to comment.