From 1a74a1de2a93967e12ed47eb5fd066e304bc654a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 17:47:59 +0000 Subject: [PATCH] Bump rack-protection from 1.5.0 to 1.5.5 Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0af3942..978de6e 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'json_pure', '=1.8.0' gem 'multi_json', '=1.7.7' gem 'pg', '>=0.15.1' gem 'rack', '>=1.5.2' -gem 'rack-protection', '=1.5.0' +gem 'rack-protection', '1.5.5' gem 'sinatra', '=1.4.3' gem 'stringex', '=1.5.1' gem 'thin', '=1.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 8260706..f7dd333 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM multi_json (1.7.7) pg (0.21.0) rack (1.6.12) - rack-protection (1.5.0) + rack-protection (1.5.5) rack sinatra (1.4.3) rack (~> 1.4) @@ -104,7 +104,7 @@ DEPENDENCIES multi_json (= 1.7.7) pg (>= 0.15.1) rack (>= 1.5.2) - rack-protection (= 1.5.0) + rack-protection (= 1.5.5) sinatra (= 1.4.3) stringex (= 1.5.1) thin (= 1.5.1)