From 4780e0741353719586bcca1bda421eeeb3b3a2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:58:45 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 2.2.0 in /examples/sinatra 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] --- examples/sinatra/Gemfile | 2 +- examples/sinatra/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/sinatra/Gemfile b/examples/sinatra/Gemfile index 1bf02bb..56cd5a9 100644 --- a/examples/sinatra/Gemfile +++ b/examples/sinatra/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "rake", "~> 12.0" gem 'openid_connect', '~> 1.1', '>= 1.1.8' -gem 'sinatra', '~> 2.0', '>= 2.0.8.1' +gem 'sinatra', '~> 2.2' diff --git a/examples/sinatra/Gemfile.lock b/examples/sinatra/Gemfile.lock index 2a5111d..ed6b8e1 100644 --- a/examples/sinatra/Gemfile.lock +++ b/examples/sinatra/Gemfile.lock @@ -37,21 +37,21 @@ GEM validate_url webfinger (>= 1.0.1) public_suffix (4.0.3) - rack (2.2.2) + rack (2.2.3) rack-oauth2 (1.14.0) activesupport attr_required httpclient json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-protection (2.0.8.1) + rack-protection (2.2.0) rack rake (12.3.3) - 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) swd (1.2.0) activesupport (>= 3) @@ -78,7 +78,7 @@ PLATFORMS DEPENDENCIES openid_connect (~> 1.1, >= 1.1.8) rake (~> 12.0) - sinatra (~> 2.0, >= 2.0.8.1) + sinatra (~> 2.2) BUNDLED WITH 2.1.2