Skip to content

Commit

Permalink
ostruct is being removed from stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Nov 23, 2024
1 parent 5f30226 commit 71ba809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions active_interaction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 71ba809

Please sign in to comment.