From cb9cfa0ace4340c0317e8c1e80a9ca57c2f740d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:11:15 +0000 Subject: [PATCH] build(deps): bump rack-attack from 6.7.0 to 6.8.0 Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.7.0 to 6.8.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.7.0...v6.8.0) --- updated-dependencies: - dependency-name: rack-attack dependency-version: 6.8.0 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 a38e6d7..c9b9af6 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "mercadopago-sdk" gem "sidekiq", "~> 8.0" # Rate limiting and security -gem "rack-attack", "~> 6.6" +gem "rack-attack", "~> 6.8" # Money handling gem "money-rails", "~> 1.15" diff --git a/Gemfile.lock b/Gemfile.lock index 1f34d91..a7694ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,8 +267,8 @@ GEM puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.0) - rack-attack (6.7.0) + rack (3.2.3) + rack-attack (6.8.0) rack (>= 1.0, < 4) rack-session (2.1.1) base64 (>= 0.1.0) @@ -478,7 +478,7 @@ DEPENDENCIES pg (~> 1.6) pry (~> 0.15.2) puma (>= 5.0) - rack-attack (~> 6.6) + rack-attack (~> 6.8) rails (~> 8.0.2) rails-controller-testing redis (>= 4.0.1)