From ea620ec08097181719144b7d911ebe953555c81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:02:51 +0000 Subject: [PATCH] Bump sinatra from 1.3.6 to 2.2.0 in /api/ruby/building-a-ci-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] --- api/ruby/building-a-ci-server/Gemfile | 2 +- api/ruby/building-a-ci-server/Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/api/ruby/building-a-ci-server/Gemfile b/api/ruby/building-a-ci-server/Gemfile index 8bd8a4b0e..dbfb2c6fa 100644 --- a/api/ruby/building-a-ci-server/Gemfile +++ b/api/ruby/building-a-ci-server/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" gem "json", "1.7.7" -gem 'sinatra', '~> 1.3.5' +gem 'sinatra', '~> 2.2.0' gem "shotgun" gem "octokit", '~> 3.0' diff --git a/api/ruby/building-a-ci-server/Gemfile.lock b/api/ruby/building-a-ci-server/Gemfile.lock index 1b3c4edfc..b96126e5d 100644 --- a/api/ruby/building-a-ci-server/Gemfile.lock +++ b/api/ruby/building-a-ci-server/Gemfile.lock @@ -6,21 +6,25 @@ GEM multipart-post (>= 1.2, < 3) json (1.7.7) multipart-post (2.0.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) octokit (3.0.0) sawyer (~> 0.5.3) - rack (1.5.2) - rack-protection (1.5.2) + rack (2.2.3) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sawyer (0.5.4) addressable (~> 2.3.5) faraday (~> 0.8, < 0.10) shotgun (0.9) rack (>= 1.0) - sinatra (1.3.6) - rack (~> 1.4) - rack-protection (~> 1.3) - tilt (~> 1.3, >= 1.3.3) - tilt (1.4.1) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + tilt (2.0.10) PLATFORMS ruby @@ -29,4 +33,4 @@ DEPENDENCIES json (= 1.7.7) octokit (~> 3.0) shotgun - sinatra (~> 1.3.5) + sinatra (~> 2.2.0)