Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update net-ldap requirement from = 0.16.3 to = 0.17.0 #21

Merged
merged 1 commit into from
Apr 4, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on net-ldap to permit the latest version.

Release notes

Sourced from net-ldap's releases.

v0.17.0

  • Added private recursive_delete as alternative to DELETE_TREE #268
  • Test suite updates #373 #376 #377
  • Use Base64.strict_encode64 and SSHA256 #303
  • Remove deprecated ConnectionRefusedError #366
  • Added method to get a duplicate of the internal Hash #286
  • Remove a circular require #380
  • Fix LdapServerAsnSyntax compile #379
  • Implement '==' operator for entries #381
  • Fix for undefined method for write exception #383
Changelog

Sourced from net-ldap's changelog.

=== Net::LDAP 0.17.0

  • Added private recursive_delete as alternative to DELETE_TREE #268
  • Test suite updates #373 #376 #377
  • Use Base64.strict_encode64 and SSHA256 #303
  • Remove deprecated ConnectionRefusedError #366
  • Added method to get a duplicate of the internal Hash #286
  • remove a circular require #380
  • fix LdapServerAsnSyntax compile #379
  • Implement '==' operator for entries #381
  • fix for undefined method for write exception #383

=== Net::LDAP 0.16.3

  • Add Net::LDAP::InvalidDNError #371
  • Use require_relative instead of require #360
  • Address some warnings and fix JRuby test omissions #365
  • Bump rake dev dependency to 12.3 #359
  • Enable rubocop in ci #251
  • Enhance rubocop configuration and test syntax #344
  • CI: Drop rbx-2, uninstallable #364
  • Fix RuboCop warnings #312
  • Fix wrong error class #305
  • CONTRIBUTING.md: Repair link to Issues #309
  • Make the generate() method more idiomatic... #326
  • Make encode_sort_controls() more idiomatic... #327
  • Make the instrument() method more idiomatic... #328
  • Fix uninitialised Net::LDAP::LdapPduError #338
  • README.rdoc: Use SVG build badge #310
  • Update TravisCI config to inclue Ruby 2.7 #346
  • add explicit ** to silence Ruby 2.7 warning #342
  • Support parsing filters with attribute tags #345
  • Bump rubocop development dependency version #336
  • Add link to generated and hosted documentation on rubydoc #319
  • Fix 'uninitialized constant Net::LDAP::PDU::LdapPduError' error #317
  • simplify encoding logic: no more chomping required #362

=== Net::LDAP 0.16.2

=== Net::LDAP 0.16.1

=== Net::LDAP 0.16.0

Commits
  • a520ef7 Update history for v0.17.0
  • c7f0921 Bump version to 0.17.0
  • a37cc08 Merge pull request #383 from railsstarter/topic/fix_for_undefined_method_writ...
  • b1eec43 fix for undefined method for write exception
  • e3ff748 Annotate tags instead of creating empty commits
  • 393c59c Update History.rdoc
  • 8c4b201 Merge pull request #381 from erlliam/master
  • 9bf26d3 Update lib/net/ldap/entry.rb
  • 3d43b3a Implement '==' operator for entries
  • d60bb76 Merge pull request #379 from tatsuya-ogawa/feature/fix_server_syntax
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
Copy link
Member

@majormoses majormoses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The only questionable one is removing this deprecated exception but I do not see it in our codebase so it should be fine ConnectionRefusedError

@majormoses majormoses merged commit a4a8018 into master Apr 4, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/net-ldap-eq-0.17.0 branch April 4, 2021 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant