From 124416e8f1f72b7cd2fa24b2a5077ec8da256776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:50:26 +0000 Subject: [PATCH] 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 | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 41c294010..e1a9934b6 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'posix-spawn' gem 'public_suffix', '~> 5.0' gem 'pundit', '~> 2.3' gem 'premailer-rails' -gem 'rack-attack', '~> 6.6' +gem 'rack-attack', '~> 6.7' gem 'rack-cors', '~> 1.1', require: 'rack/cors' gem 'rails-i18n', '~> 6.0' gem 'rails-settings-cached', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index f7d880083..731c62d59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,8 +498,8 @@ GEM raabro (1.4.0) racc (1.6.2) rack (2.2.7) - rack-attack (6.6.1) - rack (>= 1.0, < 3) + rack-attack (6.7.0) + rack (>= 1.0, < 4) rack-cors (1.1.1) rack (>= 2.0.0) rack-oauth2 (1.21.3) @@ -843,7 +843,7 @@ DEPENDENCIES puma (~> 5.6) pundit (~> 2.3) rack (~> 2.2.6) - rack-attack (~> 6.6) + rack-attack (~> 6.7) rack-cors (~> 1.1) rack-test (~> 2.0) rails (~> 6.1.7)