From bbc46e41cf32549ea4a3ab354af582ade935b8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 02:00:31 +0000 Subject: [PATCH] Bump rack from 2.0.3 to 2.2.3 in /webapp/ruby Bumps [rack](https://github.com/rack/rack) from 2.0.3 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.3...2.2.3) Signed-off-by: dependabot[bot] --- webapp/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index 6404314..e209b8f 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -14,7 +14,7 @@ GEM mustermann (1.0.1) mysql2 (0.4.10) puma (3.10.0) - rack (2.0.3) + rack (2.2.3) rack-protection (2.0.0) rack rspec (3.7.0)