From 97744978048cc9976b996af494e974a769eb1587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:26:21 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 2.2.3 in /images/benchmarks/ruby Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.3. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.5...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/benchmarks/ruby/Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/images/benchmarks/ruby/Gemfile.lock b/images/benchmarks/ruby/Gemfile.lock index f1ad4e36e..055c4fecf 100644 --- a/images/benchmarks/ruby/Gemfile.lock +++ b/images/benchmarks/ruby/Gemfile.lock @@ -1,20 +1,22 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) nio4r (2.5.9) puma (5.6.7) nio4r (~> 2.0) rack (2.2.8) - rack-protection (2.0.5) + rack-protection (2.2.3) rack redis (4.1.0) - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) - tilt (2.0.9) + tilt (2.3.0) PLATFORMS ruby