Skip to content

Commit

Permalink
Add ostruct to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunderwood committed Sep 29, 2024
1 parent 0dc9342 commit 2ffbbed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ GEM
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -347,6 +348,7 @@ DEPENDENCIES
net-imap
net-pop
net-smtp
ostruct (~> 0.6)
pry (~> 0.13)
puma (~> 6)
rails (~> 7.0.0)
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nav_order: 5

## main

* Add `ostruct` to gemspec file to suppress stdlib removal warning.

*Jonathan Underwood*

## 3.15.0

* Add basic internal testing for memory allocations.
Expand Down
1 change: 1 addition & 0 deletions view_component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "jbuilder", "~> 2"
spec.add_development_dependency "m", "~> 1"
spec.add_development_dependency "minitest", "~> 5.18"
spec.add_development_dependency "ostruct", "~> 0.6"
spec.add_development_dependency "pry", "~> 0.13"
spec.add_development_dependency "puma", "~> 6"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 2ffbbed

Please sign in to comment.