From f77448d9471d8f53cca39e6a1179dfd6b038e908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:50:27 +0000 Subject: [PATCH] Bump rack-timeout from 0.2.4 to 0.6.3 Bumps [rack-timeout](https://github.com/zombocom/rack-timeout) from 0.2.4 to 0.6.3. - [Changelog](https://github.com/zombocom/rack-timeout/blob/main/CHANGELOG.md) - [Commits](https://github.com/zombocom/rack-timeout/compare/v0.2.4...v0.6.3) --- updated-dependencies: - dependency-name: rack-timeout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 57bdd57c9..b27adf09d 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'actionview-encoded_mail_to' group :production do gem 'rails_12factor' - gem 'rack-timeout', '~> 0.2.4' + gem 'rack-timeout', '~> 0.6.3' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 1a26e548c..b71327545 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,10 @@ GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-momentjs (2.17.1) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.0.5) actionpack (= 5.0.5) @@ -278,7 +282,7 @@ GEM rack (>= 1.2.0) rack-test (0.6.3) rack (>= 1.0) - rack-timeout (0.2.4) + rack-timeout (0.6.3) rails (5.0.5) actioncable (= 5.0.5) actionmailer (= 5.0.5) @@ -291,7 +295,6 @@ GEM bundler (>= 1.3.0) railties (= 5.0.5) sprockets-rails (>= 2.0.0) - rails-assets-momentjs (2.17.1) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -443,7 +446,7 @@ DEPENDENCIES puma (~> 4.0) pundit rack-mini-profiler - rack-timeout (~> 0.2.4) + rack-timeout (~> 0.6.3) rails (= 5.0.5) rails-assets-momentjs! rails-controller-testing