From d0984dde27d7b04c22590b0521acb36af949421b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:00:16 +0000 Subject: [PATCH] Bump sinatra from 2.0.2 to 2.2.3 in /reddit Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.2 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.0.2...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reddit/Gemfile | 2 +- reddit/Gemfile.lock | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/reddit/Gemfile b/reddit/Gemfile index 4735172..22d6f9a 100644 --- a/reddit/Gemfile +++ b/reddit/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra', '~> 2.0.1' +gem 'sinatra', '~> 2.2.3' gem 'haml' gem 'bson_ext' gem 'bcrypt' diff --git a/reddit/Gemfile.lock b/reddit/Gemfile.lock index f62baeb..ceae41f 100644 --- a/reddit/Gemfile.lock +++ b/reddit/Gemfile.lock @@ -28,25 +28,29 @@ GEM json (2.1.0) mongo (2.4.3) bson (>= 4.2.1, < 5.0.0) - mustermann (1.0.2) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (4.1.0) puma (3.10.0) - rack (2.0.5) - rack-protection (2.0.2) + rack (2.2.4) + rack-protection (2.2.3) rack + rack-test (2.0.2) + rack (>= 1.3) rake (12.0.0) - sinatra (2.0.2) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.2) + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) tilt (~> 2.0) sshkit (1.14.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) temple (0.8.0) - tilt (2.0.8) + tilt (2.0.11) PLATFORMS ruby @@ -62,7 +66,8 @@ DEPENDENCIES json mongo puma - sinatra (~> 2.0.1) + rack-test + sinatra (~> 2.2.3) BUNDLED WITH 1.16.1