From 6e08ae58686b8fa6ceb39cd8bbcea11174c24fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:03:07 +0100 Subject: [PATCH] chore(deps-dev): bump rubocop-rails from 2.21.1 to 2.21.2 (#526) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Hobbs --- .snyk | 11 +++++++++++ Gemfile.lock | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..e1de5d04 --- /dev/null +++ b/.snyk @@ -0,0 +1,11 @@ +ignore: + SNYK-RUBY-RACK-1061917: + - rubocop-rails > rack: + reason: No direct upgrade available + expires: "2023-11-02T12:00:00.000Z" + - dotenv-rails > railties > actionpack > rack: + reason: No direct upgrade available + expires: "2023-11-02T12:00:00.000Z" + - dotenv-rails > railties > actionpack > rack-test: + reason: No direct upgrade available + expires: "2023-11-02T12:00:00.000Z" diff --git a/Gemfile.lock b/Gemfile.lock index 8a3b1b06..eec26a64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-rails (2.21.1) + rubocop-rails (2.21.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -218,7 +218,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) vcr (6.2.0) webmock (3.19.1) addressable (>= 2.8.0)