From b4919fd42ab7ce0d3c563c13a2d0c7a55b3c7e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:01:28 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 2.2.0. - [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.8.1...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7c1cfda..af0f6c5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '2.7.0' -gem 'sinatra', '~>2.0.8' +gem 'sinatra', '~>2.2.0' gem 'activerecord', '~>6.0.3' gem 'standalone_migrations', '~>6.0.0' gem 'pg', '~>1.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 0933768..e9316e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM puma (4.3.5) nio4r (~> 2.0) rack (2.2.3) - rack-protection (2.0.8.1) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -68,11 +68,11 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rake (13.0.1) - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) standalone_migrations (6.0.0) activerecord (>= 4.2.7, < 6.1.0, != 5.2.3.rc1, != 5.2.3) @@ -96,7 +96,7 @@ DEPENDENCIES pg (~> 1.2.3) puma (~> 4.3.5) rack-test (~> 1.1.0) - sinatra (~> 2.0.8) + sinatra (~> 2.2.0) standalone_migrations (~> 6.0.0) RUBY VERSION