From 55906a558c7fb11689f3ca9441d1c54325cbe30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:39:40 +0000 Subject: [PATCH] Bump sinatra Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.3. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.1.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../simple-sinatra-app-to-deploy/Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/Gemfile.lock b/technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/Gemfile.lock index 5136dfe..1945b8a 100644 --- a/technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/Gemfile.lock +++ b/technology/guides/08-Continuous-Integration/simple-sinatra-app-to-deploy/Gemfile.lock @@ -13,7 +13,7 @@ GEM xpath (~> 3.2) diff-lcs (1.4.4) mini_mime (1.0.2) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nio4r (2.7.0) nokogiri (1.16.2-x86_64-linux) @@ -23,7 +23,7 @@ GEM nio4r (~> 2.0) racc (1.7.3) rack (2.2.8.1) - rack-protection (2.1.0) + rack-protection (2.2.3) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -41,13 +41,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - ruby2_keywords (0.0.2) - sinatra (2.1.0) - mustermann (~> 1.0) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.3) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.3.0) xpath (3.2.0) nokogiri (~> 1.8)