From cd9823ac7c8ed51232e95457a356ce7e471b2633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:09:30 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 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.5...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3cd6870..86cd04b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ ruby "2.6.6" gem 'dotenv', '2.7.4' gem 'encrypted_cookie', '0.0.5' gem 'json', '2.3.0' -gem 'sinatra', '2.0.5' +gem 'sinatra', '2.2.0' gem 'stripe', '4.21.2' diff --git a/Gemfile.lock b/Gemfile.lock index 899a3a9..6944e27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,21 +9,23 @@ GEM multipart-post (>= 1.2, < 3) json (2.3.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) net-http-persistent (3.0.1) connection_pool (~> 2.2) rack (2.2.3) - rack-protection (2.0.5) + rack-protection (2.2.0) rack - sinatra (2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) stripe (4.21.2) faraday (~> 0.13) net-http-persistent (~> 3.0) - tilt (2.0.9) + tilt (2.0.10) PLATFORMS ruby @@ -32,7 +34,7 @@ DEPENDENCIES dotenv (= 2.7.4) encrypted_cookie (= 0.0.5) json (= 2.3.0) - sinatra (= 2.0.5) + sinatra (= 2.2.0) stripe (= 4.21.2) RUBY VERSION