Skip to content

Commit

Permalink
Merge pull request #188 from armstrjare/add-ostruct-dep
Browse files Browse the repository at this point in the history
Add ostruct runtime dependency to fix warning in ruby 3.3.5+
  • Loading branch information
nikz authored Oct 16, 2024
2 parents 7ee2ca5 + 9f2cdaf commit 574c5e2
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 574c5e2

Please sign in to comment.