From 67009424e099772859ce587f75b9174e81ef319e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:39:38 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 2.2.3 in /tests/integration/test-app Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3. - [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.2.0...v2.2.3) Signed-off-by: Andy Tinkham --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 3 +++ tests/integration/test-app/Gemfile.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05c988..eddbf1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Security +- Upgrade sinatra to 2.2.3 in tests/integration/test-app + [cyberark/conjur-service-broker#301](https://github.com/cyberark/conjur-service-broker/pull/301) ## [1.2.7] - 2022-11-27 ### Security diff --git a/tests/integration/test-app/Gemfile.lock b/tests/integration/test-app/Gemfile.lock index 8b98e8b..15f29bd 100644 --- a/tests/integration/test-app/Gemfile.lock +++ b/tests/integration/test-app/Gemfile.lock @@ -32,24 +32,24 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) minitest (5.16.2) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) netrc (0.11.0) rack (2.2.3.1) - rack-protection (2.2.0) + rack-protection (2.2.3) rack rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) 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) table_print (1.5.6) - tilt (2.0.10) + tilt (2.0.11) tzinfo (2.0.5) concurrent-ruby (~> 1.0) unf (0.1.4)