From 6362b2c13850e3a5b60a24b5ad929c669b6e6d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:16:50 +0000 Subject: [PATCH] Bump rack-protection from 1.5.1 to 1.5.5 in /doc/.deploy_heroku Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.1 to 1.5.5. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/commits) --- updated-dependencies: - dependency-name: rack-protection dependency-type: indirect ... Signed-off-by: dependabot[bot] --- doc/.deploy_heroku/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/.deploy_heroku/Gemfile.lock b/doc/.deploy_heroku/Gemfile.lock index 25f3e448..93e3096c 100644 --- a/doc/.deploy_heroku/Gemfile.lock +++ b/doc/.deploy_heroku/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - rack (1.5.2) - rack-protection (1.5.1) + rack (1.6.13) + rack-protection (1.5.5) rack sinatra (1.4.4) rack (~> 1.4)