From b5f54fdc5d30d1d6510026dedf3b08533ef3716f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:38:13 +0000 Subject: [PATCH] build(deps): bump rack-attack from 6.6.1 to 6.7.0 Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/rack/rack-attack/releases) - [Changelog](https://github.com/rack/rack-attack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack-attack/compare/v6.6.1...v6.7.0) --- updated-dependencies: - dependency-name: rack-attack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 359be99fc9..1bb1c83c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,8 +319,8 @@ GEM activesupport (>= 3.0.0) racc (1.7.1) rack (2.2.8) - rack-attack (6.6.1) - rack (>= 1.0, < 3) + rack-attack (6.7.0) + rack (>= 1.0, < 4) rack-test (2.1.0) rack (>= 1.3) rails (7.0.6)