From 7b7f388e9f6f0d611e14da811f8afb4ad3627f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:05:00 +0000 Subject: [PATCH] chore(deps): bump sinatra from 2.1.0 to 3.0.5 in /tests/apps/ruby Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 3.0.5. - [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...v3.0.5) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/apps/ruby/Gemfile | 2 +- tests/apps/ruby/Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/apps/ruby/Gemfile b/tests/apps/ruby/Gemfile index 9c456a2e6c4..510ccaa5a05 100644 --- a/tests/apps/ruby/Gemfile +++ b/tests/apps/ruby/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' ruby '2.6.8' -gem 'sinatra', '~>2.1.0' +gem 'sinatra', '~>3.0.5' gem 'thin' diff --git a/tests/apps/ruby/Gemfile.lock b/tests/apps/ruby/Gemfile.lock index a05fdae1655..51d74644efa 100644 --- a/tests/apps/ruby/Gemfile.lock +++ b/tests/apps/ruby/Gemfile.lock @@ -3,26 +3,26 @@ GEM specs: daemons (1.4.0) eventmachine (1.2.7) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.3) - rack-protection (2.1.0) + rack (2.2.4) + rack-protection (3.0.5) rack - ruby2_keywords (0.0.2) - sinatra (2.1.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.1.0) + ruby2_keywords (0.0.5) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby DEPENDENCIES - sinatra (~> 2.1.0) + sinatra (~> 3.0.5) thin