From c0a4d06038372535f79a9b93f446ab2f3d48a7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:16:25 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 2.2.0 in /example/sinatra Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 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/v1.4.8...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/sinatra/Gemfile | 2 +- example/sinatra/Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/example/sinatra/Gemfile b/example/sinatra/Gemfile index e3b4941..b450bcf 100644 --- a/example/sinatra/Gemfile +++ b/example/sinatra/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra', '~>1.4.7' +gem 'sinatra', '~>2.2.0' gem 'thin', '~>1.1' gem 'haml', '~>4.0.7' gem 'data_mapper', '~>1.2.0' diff --git a/example/sinatra/Gemfile.lock b/example/sinatra/Gemfile.lock index e6e4779..ccd5861 100644 --- a/example/sinatra/Gemfile.lock +++ b/example/sinatra/Gemfile.lock @@ -70,20 +70,24 @@ GEM json-api-vanilla (1.0.1) json_pure (1.8.6) multi_json (1.13.1) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) public_suffix (3.0.2) - rack (1.6.10) - rack-protection (1.5.5) + rack (2.2.3) + rack-protection (2.2.0) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) stringex (1.5.1) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.0.10) uuidtools (2.1.5) PLATFORMS @@ -94,7 +98,7 @@ DEPENDENCIES dm-sqlite-adapter (~> 1.2.0) haml (~> 4.0.7) patreon! - sinatra (~> 1.4.7) + sinatra (~> 2.2.0) thin (~> 1.1) BUNDLED WITH