Skip to content

Commit ffdfdd0

Browse files
committed
extend, not include (for Ruby 2.7)
1 parent 1c87a5d commit ffdfdd0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/mongo/deprecations.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ module Mongo
1616
# @api private
1717
module Deprecations
1818
extend self
19-
20-
include Mongo::Loggable
19+
extend Mongo::Loggable
2120

2221
# Mutex for synchronizing access to warned features.
2322
# @api private

0 commit comments

Comments
 (0)