From abea22334c0c287f74b04fa5a615ab29624dcc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 06:42:15 +0000 Subject: [PATCH] Bump rack-protection in /api/ruby/basics-of-authentication Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.3.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] --- api/ruby/basics-of-authentication/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ruby/basics-of-authentication/Gemfile.lock b/api/ruby/basics-of-authentication/Gemfile.lock index 9303b5c71..32942c5e1 100644 --- a/api/ruby/basics-of-authentication/Gemfile.lock +++ b/api/ruby/basics-of-authentication/Gemfile.lock @@ -8,7 +8,7 @@ GEM mime-types (2.99.3) netrc (0.11.0) rack (1.6.13) - rack-protection (1.3.2) + rack-protection (1.5.5) rack rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0)