Skip to content

Commit

Permalink
Merge pull request #204 from noraj/patch-logger
Browse files Browse the repository at this point in the history
add logger as dependency for ruby 3.5 support
  • Loading branch information
alexdalitz authored Jan 27, 2025
2 parents 152d58e + da6175c commit 0f038bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.72.4

* Add logger as a dependency for Ruby 3.5.0+ support - thanks Alexandre ZANNI!

## v1.72.3

* Fix cached answer response time - thanks Andre Meij!
Expand Down
1 change: 1 addition & 0 deletions dnsruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ DNSSEC NSEC3 support.'
end

s.add_runtime_dependency 'base64', '~> 0.2.0'
s.add_runtime_dependency 'logger', '~> 1.6.5'
s.add_runtime_dependency 'simpleidn', '~> 0.2.1'
end

0 comments on commit 0f038bc

Please sign in to comment.