From e096d03fb0f9f1003840bf50e37f1066e8c9edfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:44:10 +0000 Subject: [PATCH] Bump rack-protection from 1.2.0 to 1.5.5 in /webapp/ruby Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.2.0 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] --- webapp/ruby/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index fe8af5c..4b97424 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -4,8 +4,8 @@ GEM json (1.7.5) kgio (2.7.4) mysql2 (0.3.11) - rack (1.4.1) - rack-protection (1.2.0) + rack (1.6.11) + rack-protection (1.5.5) rack raindrops (0.10.0) shotgun (0.9)