ualbertalib / avalon

University of Alberta's Media Repository based on Avalon
Apache License 2.0
2 stars 2 forks source link

Bump net-ldap from 0.16.1 to 0.16.3 #671

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps net-ldap from 0.16.1 to 0.16.3.

Release notes

Sourced from net-ldap's releases.

v0.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

v0.16.2

  • Net::LDAP#open does not cache bind result #334
  • Fix CI build #333
  • Fix to “undefined method 'result_code'” #308
  • Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb #285
Changelog

Sourced from net-ldap's changelog.

=== Net::LDAP 0.16.2

  • Net::LDAP#open does not cache bind result {#334}[https://github-redirect.dependabot.com/ruby-ldap/ruby-net-ldap/pull/334]
  • Fix CI build {#333}[https://github-redirect.dependabot.com/ruby-ldap/ruby-net-ldap/pull/333]
  • Fix to "undefined method 'result_code'" {#308}[https://github-redirect.dependabot.com/ruby-ldap/ruby-net-ldap/pull/308]
  • Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github-redirect.dependabot.com/ruby-ldap/ruby-net-ldap/pull/285]
Commits
  • 3f316fb Release 0.16.3
  • 1abf19a Bump version to 0.16.3
  • 67578b1 Merge pull request #371 from ruby-ldap/invalid-dn-error
  • 78d9df8 Add Net::LDAP::InvalidDNError
  • 8ef75a0 Merge pull request #360 from HarlemSquirrel/require-relative
  • 2f3b3c2 Merge pull request #365 from ruby-ldap/test-tweaks-20200712
  • 39bf555 Address some warnings and fix JRuby test omissions
  • e99aa98 Merge pull request #359 from HarlemSquirrel/rake-13
  • e4a667f Merge pull request #251 from ruby-ldap/enable-rubocop-in-ci
  • 89f8d75 Rubocop fix
  • Additional commits viewable in compare view


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - 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[bot] commented 3 years ago

Superseded by #688.