From f72f15abc6c4d3c94dbc2ce471da780b0a83187a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 21:03:41 +0000 Subject: [PATCH] Bump sinatra from 2.1.0 to 2.2.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 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.1.0...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, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index fae2446..858d163 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "http://rubygems.org" gem "rack", "~> 2.2" -gem "sinatra", "~> 2.1" +gem "sinatra", "~> 2.2" gem "wlang", "~> 2.2" gem "path", "~> 1.3" gem "thin", "~> 1.6" diff --git a/Gemfile.lock b/Gemfile.lock index ceef83c..149665e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM path (1.3.3) quickl (0.4.3) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-test (0.8.3) rack (>= 1.0, < 3) @@ -35,17 +35,17 @@ GEM rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.99.4) - ruby2_keywords (0.0.2) - sinatra (2.1.0) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) rack (~> 2.2) - rack-protection (= 2.1.0) + rack-protection (= 2.2.0) tilt (~> 2.0) - sinatra-contrib (2.1.0) + sinatra-contrib (2.2.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.1.0) - sinatra (= 2.1.0) + rack-protection (= 2.2.0) + sinatra (= 2.2.0) tilt (~> 2.0) sinatra-reloader (1.0) sinatra-contrib @@ -75,7 +75,7 @@ DEPENDENCIES rake (~> 13.0) rest-client (~> 1.7) rspec (~> 2.14) - sinatra (~> 2.1) + sinatra (~> 2.2) sinatra-reloader (~> 1.0) thin (~> 1.6) wlang (~> 2.2)