From bb9953dbcfe3d83bc52686e2f32f914a5bcd9729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:08:15 +0000 Subject: [PATCH] Bump rack-protection in /hooks/ruby/configuring-your-server Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.2 to 1.5.5. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/commits) Signed-off-by: dependabot[bot] --- hooks/ruby/configuring-your-server/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/ruby/configuring-your-server/Gemfile.lock b/hooks/ruby/configuring-your-server/Gemfile.lock index 569009d15..d0ca88020 100644 --- a/hooks/ruby/configuring-your-server/Gemfile.lock +++ b/hooks/ruby/configuring-your-server/Gemfile.lock @@ -2,8 +2,8 @@ GEM remote: http://rubygems.org/ specs: json (1.7.7) - rack (1.5.2) - rack-protection (1.5.2) + rack (1.6.13) + rack-protection (1.5.5) rack sinatra (1.3.6) rack (~> 1.4)