From aeeb6726d810e250f6950061111873277d4a6429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 02:28:29 +0200 Subject: [PATCH] Build(deps): Bump nio4r from 2.5.8 to 2.5.9 (#20947) * Build(deps): Bump nio4r from 2.5.8 to 2.5.9 Bumps [nio4r](https://github.com/socketry/nio4r) from 2.5.8 to 2.5.9. - [Release notes](https://github.com/socketry/nio4r/releases) - [Changelog](https://github.com/socketry/nio4r/blob/main/CHANGES.md) - [Commits](https://github.com/socketry/nio4r/compare/v2.5.8...v2.5.9) --- updated-dependencies: - dependency-name: nio4r dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Allow license --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz --- .licensed.yml | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.licensed.yml b/.licensed.yml index 044e732fad2..75e581cdb55 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -51,6 +51,7 @@ reviewed: - net-imap # Ruby (bundled gem) - net-pop # Ruby (bundled gem) - net-smtp # Ruby (bundled gem) + - nio4r # MIT + BSD - omniauth # MIT - pg # Ruby - r2 # Apache-2.0 (Twitter) diff --git a/Gemfile.lock b/Gemfile.lock index de9e129b85d..a26286a46c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4)