From 59657946a24052922a4a454044ddb693894e97ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:03:37 +0000 Subject: [PATCH] Bump sinatra from 1.3.6 to 2.2.0 in /hooks/ruby/configuring-your-server Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.6 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/1.3.6...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hooks/ruby/configuring-your-server/Gemfile | 2 +- .../ruby/configuring-your-server/Gemfile.lock | 20 +++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/hooks/ruby/configuring-your-server/Gemfile b/hooks/ruby/configuring-your-server/Gemfile index 805a6ec04..d19f2fba0 100644 --- a/hooks/ruby/configuring-your-server/Gemfile +++ b/hooks/ruby/configuring-your-server/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" gem "json", "1.7.7" -gem 'sinatra', '~> 1.3.5' +gem 'sinatra', '~> 2.2.0' diff --git a/hooks/ruby/configuring-your-server/Gemfile.lock b/hooks/ruby/configuring-your-server/Gemfile.lock index 569009d15..40f679219 100644 --- a/hooks/ruby/configuring-your-server/Gemfile.lock +++ b/hooks/ruby/configuring-your-server/Gemfile.lock @@ -2,18 +2,22 @@ GEM remote: http://rubygems.org/ specs: json (1.7.7) - rack (1.5.2) - rack-protection (1.5.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.2.0) rack - sinatra (1.3.6) - rack (~> 1.4) - rack-protection (~> 1.3) - tilt (~> 1.3, >= 1.3.3) - tilt (1.4.1) + ruby2_keywords (0.0.5) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES json (= 1.7.7) - sinatra (~> 1.3.5) + sinatra (~> 2.2.0)