From 86018bccf56deab3858dfd42321396aef97fbf82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 09:00:17 +0000 Subject: [PATCH] Bump sinatra from 2.0.1 to 2.0.2 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d88d095..ac9fb0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,20 +4,20 @@ GEM daemons (1.2.6) eventmachine (1.2.5) jwt (2.1.0) - mustermann (1.0.2) - rack (2.0.4) - rack-protection (2.0.1) + mustermann (1.0.3) + rack (2.0.7) + rack-protection (2.0.2) rack - sinatra (2.0.1) + sinatra (2.0.2) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.1) + rack-protection (= 2.0.2) tilt (~> 2.0) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.0.9) PLATFORMS ruby