Skip to content

Commit

Permalink
Fix: Ruby 3.3.5 ostruct warning (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
yenshirak committed Sep 4, 2024
1 parent 9be53fa commit ff86054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Removed features:

Internal improvements:

* explicitly require ostruct for ruby >= 3.3.5 ([694](https://github.com/arsduo/koala/pull/694))

Testing improvements:

Others:
Expand Down
1 change: 1 addition & 0 deletions koala.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("json", ">= 1.8")
gem.add_runtime_dependency("rexml")
gem.add_runtime_dependency("base64")
gem.add_runtime_dependency("ostruct")
end

0 comments on commit ff86054

Please sign in to comment.