From b2c10daee88147b132bb70811f7da74b3d41743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:20:49 +0000 Subject: [PATCH] Bump sinatra from 2.1.0 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b8fe64a..7b147f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,9 +70,12 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) net-ldap (0.17.0) + nio4r (2.5.8) nio4r (2.5.8-java) nokogiri (1.12.5-java) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) opentelemetry-api (1.0.1) opentelemetry-common (0.19.3) opentelemetry-api (~> 1.0) @@ -113,15 +116,21 @@ GEM ast (~> 2.4.1) pickup (0.0.11) prometheus-client (2.1.0) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) pry (0.14.1-java) coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) + puma (5.5.2) + nio4r (~> 2.0) puma (5.5.2-java) nio4r (~> 2.0) + racc (1.6.0) racc (1.6.0-java) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -162,10 +171,10 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sinatra (2.1.0) + sinatra (2.2.0) mustermann (~> 1.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.0) tilt (~> 2.0) spicy-proton (2.1.13) bindata (~> 2.3) @@ -182,6 +191,7 @@ GEM PLATFORMS universal-java-1.8 + x86_64-linux DEPENDENCIES climate_control (>= 0.2.0)