Skip to content

Commit

Permalink
add logger as dependency for ruby 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jan 27, 2025
1 parent 152d58e commit da6175c
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 da6175c

Please sign in to comment.