Skip to content

Commit 3bc1643

Browse files
Don't rely on logger from the standard library for Ruby 3.5 compat
1 parent daadd99 commit 3bc1643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bunny.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
2929

3030
# Dependencies
3131
s.add_runtime_dependency 'amq-protocol', '~> 2.3'
32+
s.add_runtime_dependency 'logger', '~> 1', '>= 1.7'
3233
s.add_runtime_dependency 'sorted_set', '~> 1', '>= 1.0.2'
3334

3435
# Files.

0 commit comments

Comments
 (0)