From b77d4e4a46a8e19d6001373ccc5267ef65892657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 18:08:32 +0000 Subject: [PATCH] Bump rack-protection from 1.5.3 to 1.5.5 in /ruby/examples Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.3 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] --- ruby/examples/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/examples/Gemfile.lock b/ruby/examples/Gemfile.lock index ad273011..9485a9e7 100644 --- a/ruby/examples/Gemfile.lock +++ b/ruby/examples/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.4) - rack-protection (1.5.3) + rack (1.6.11) + rack-protection (1.5.5) rack sinatra (1.4.6) rack (~> 1.4)