Skip to content

Commit

Permalink
Add ostruct runtime dependency to fix warning in ruby 3.3.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrjare committed Oct 15, 2024
1 parent 7ee2ca5 commit 9f2cdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raygun4ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "json"
spec.add_runtime_dependency "rack"
spec.add_runtime_dependency "concurrent-ruby"
spec.add_runtime_dependency "ostruct"

spec.add_development_dependency "bundler", ">= 2.3"
spec.add_development_dependency "rake", ">= 12.3.3"
Expand Down

0 comments on commit 9f2cdaf

Please sign in to comment.