From c376bc34b9da21fbd1c8218589e4b02106dc0f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:50:46 +0000 Subject: [PATCH] Bump sinatra, rack-test, rack and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra), [rack-test](https://github.com/rack/rack-test), [rack](https://github.com/rack/rack) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 2.0.7 to 3.0.4 - [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.0.7...v3.0.4) Updates `rack-test` from 1.1.0 to 2.0.2 - [Release notes](https://github.com/rack/rack-test/releases) - [Changelog](https://github.com/rack/rack-test/blob/main/History.md) - [Commits](https://github.com/rack/rack-test/compare/v1.1.0...v2.0.2) Updates `rack` from 2.0.8 to 2.2.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.4) Updates `sinatra-contrib` from 2.0.7 to 3.0.4 - [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.0.7...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: rack-test dependency-type: direct:development - dependency-name: rack dependency-type: direct:production - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/backend-api/app/Gemfile | 8 ++--- services/backend-api/app/Gemfile.lock | 42 +++++++++++++-------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/services/backend-api/app/Gemfile b/services/backend-api/app/Gemfile index a801abc..51dc10f 100644 --- a/services/backend-api/app/Gemfile +++ b/services/backend-api/app/Gemfile @@ -1,9 +1,9 @@ source 'https://rubygems.org' gem 'puma', '~> 4.3.3' -gem 'rack', '~> 2.0.8' -gem 'sinatra', '~> 2.0.7' -gem 'sinatra-contrib', '~> 2.0.7' +gem 'rack', '~> 2.2.4' +gem 'sinatra', '~> 3.0.4' +gem 'sinatra-contrib', '~> 3.0.4' gem 'redis', '~> 4.1.2' gem 'bunny', '~> 2.14.2' gem 'connection_pool', '~> 2.2.2' @@ -17,6 +17,6 @@ gem 'statsd-ruby', '~> 1.4.0' # todo: put into separate :test bundle group group :test do - gem 'rack-test', '~> 1.1.0' + gem 'rack-test', '~> 2.0.2' gem 'minitest' end diff --git a/services/backend-api/app/Gemfile.lock b/services/backend-api/app/Gemfile.lock index 2955856..257abd4 100644 --- a/services/backend-api/app/Gemfile.lock +++ b/services/backend-api/app/Gemfile.lock @@ -2,38 +2,38 @@ GEM remote: https://rubygems.org/ specs: amq-protocol (2.3.0) - backports (3.15.0) bunny (2.14.2) amq-protocol (~> 2.3, >= 2.3.0) concurrent-ruby (1.1.5) connection_pool (2.2.2) minitest (5.11.3) - multi_json (1.13.1) - mustermann (1.0.3) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nio4r (2.5.2) puma (4.3.3) nio4r (~> 2.0) - rack (2.0.8) - rack-protection (2.0.7) + rack (2.2.4) + rack-protection (3.0.4) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rake (12.3.3) redis (4.1.2) + ruby2_keywords (0.0.5) serverengine (2.0.7) sigdump (~> 0.2.2) sigdump (0.2.4) - sinatra (2.0.7) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.7) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (3.0.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) tilt (~> 2.0) sneakers (2.11.0) bunny (~> 2.12) @@ -43,7 +43,7 @@ GEM thor statsd-ruby (1.4.0) thor (0.20.3) - tilt (2.0.9) + tilt (2.0.11) PLATFORMS ruby @@ -53,11 +53,11 @@ DEPENDENCIES connection_pool (~> 2.2.2) minitest puma (~> 4.3.3) - rack (~> 2.0.8) - rack-test (~> 1.1.0) + rack (~> 2.2.4) + rack-test (~> 2.0.2) redis (~> 4.1.2) - sinatra (~> 2.0.7) - sinatra-contrib (~> 2.0.7) + sinatra (~> 3.0.4) + sinatra-contrib (~> 3.0.4) sneakers (~> 2.11.0) statsd-ruby (~> 1.4.0)