From ace71e79f7001cbcaa90c05609582c0bc241c1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:29:06 +0000 Subject: [PATCH] :arrow_up: Bump rack-throttle from 0.7.0 to 0.7.1 (#1444) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9a02748c5100..ece6c5854976 100644 --- a/Gemfile +++ b/Gemfile @@ -116,6 +116,6 @@ end group :production, :private do gem 'rack-timeout' - gem 'rack-throttle', '0.7.0' + gem 'rack-throttle', '0.7.1' end diff --git a/Gemfile.lock b/Gemfile.lock index c53b63f3eaf8..dd80dce9a236 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -399,7 +399,7 @@ GEM rack (>= 2.0.0) rack-test (2.1.0) rack (>= 1.3) - rack-throttle (0.7.0) + rack-throttle (0.7.1) bundler (>= 1.0.0) rack (>= 1.0.0) rack-timeout (0.6.3) @@ -590,7 +590,7 @@ DEPENDENCIES puma rack-attack rack-cors - rack-throttle (= 0.7.0) + rack-throttle (= 0.7.1) rack-timeout rails (~> 7.0.8) rails-i18n (~> 7.0.8)