From 9e78406a708d16e27e5a0499efb555280ffce2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:51:40 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 2.2.0 in /examples/api Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 2.2.0. - [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.8.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/api/Gemfile.lock | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/examples/api/Gemfile.lock b/examples/api/Gemfile.lock index 470cdfa..ab816c2 100644 --- a/examples/api/Gemfile.lock +++ b/examples/api/Gemfile.lock @@ -7,7 +7,6 @@ GEM faraday (~> 1.0.1) highline (~> 2.0.3) typhoeus (~> 1.4.0) - backports (3.18.1) daemons (1.3.1) ethon (0.12.0) ffi (>= 1.3.0) @@ -16,25 +15,24 @@ GEM multipart-post (>= 1.2, < 3) ffi (1.13.1) highline (2.0.3) - multi_json (1.14.1) + multi_json (1.15.0) multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3) - rack-protection (2.0.8.1) + rack-protection (2.2.0) rack - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.0.8.1) - backports (>= 2.8.2) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.8.1) - sinatra (= 2.0.8.1) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) thin (1.7.2) daemons (~> 1.0, >= 1.0.9)