Skip to content

Commit

Permalink
Merge pull request #392 from krists/dataset-circular-require-consider…
Browse files Browse the repository at this point in the history
…ed-harmful

Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb
  • Loading branch information
HarlemSquirrel committed Apr 21, 2021
2 parents 71d2588 + 313cff5 commit d6bb5c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/net/ldap/dataset.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require_relative 'entry'

# -*- ruby encoding: utf-8 -*-
##
# An LDAP Dataset. Used primarily as an intermediate format for converting
Expand Down
2 changes: 0 additions & 2 deletions lib/net/ldap/entry.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require_relative 'dataset'

# -*- ruby encoding: utf-8 -*-
##
# Objects of this class represent individual entries in an LDAP directory.
Expand Down

0 comments on commit d6bb5c8

Please sign in to comment.