From 71ba8092251baa191697a697d8f7c3ff941280b0 Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Sat, 23 Nov 2024 15:33:13 -0600 Subject: [PATCH] ostruct is being removed from stdlib --- CHANGELOG.md | 4 ++++ active_interaction.gemspec | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09d1490..38979c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Support for Rails 8. +## Fixed + + - Manually pull in the `ostruct` gem since it's being removed from stdlib. + # [5.3.0][] (2023-05-06) ## Added diff --git a/active_interaction.gemspec b/active_interaction.gemspec index 23425716..18745fab 100644 --- a/active_interaction.gemspec +++ b/active_interaction.gemspec @@ -42,6 +42,7 @@ Gem::Specification.new do |spec| 'actionpack' => [], 'activerecord' => [], 'kramdown' => ['~> 2.1'], + 'ostruct' => ['~> 0.6'], 'rake' => ['~> 13.0'], 'rspec' => ['~> 3.5'], 'rubocop' => ['~> 1.68.0'],