From 6c87af73bf08c380a09680c27380559530ea6bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:11:13 +0000 Subject: [PATCH] Bump sinatra Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../simple-sinatra-app/Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock b/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock index 8bfde74..af2be62 100644 --- a/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock +++ b/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock @@ -2,13 +2,13 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.5.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) puma (5.6.2) nio4r (~> 2.0) rack (2.2.8.1) - rack-protection (2.2.0) + rack-protection (2.2.3) rack rspec (3.11.0) rspec-core (~> 3.11.0) @@ -26,12 +26,12 @@ GEM rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.3) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.3.0) PLATFORMS ruby