From b89dabc5e624cc7570c47c0c1ed58a98120ca8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 22:03:02 +0000 Subject: [PATCH] Bump sinatra in /api/ruby/building-your-first-github-app Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.3 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.3...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../building-your-first-github-app/Gemfile | 2 +- .../Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/api/ruby/building-your-first-github-app/Gemfile b/api/ruby/building-your-first-github-app/Gemfile index 0799a52c5..c36666bf0 100644 --- a/api/ruby/building-your-first-github-app/Gemfile +++ b/api/ruby/building-your-first-github-app/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' -gem 'sinatra', '~> 2.0' +gem 'sinatra', '~> 2.2' gem 'jwt', '~> 2.1' gem 'octokit', '~> 4.0' diff --git a/api/ruby/building-your-first-github-app/Gemfile.lock b/api/ruby/building-your-first-github-app/Gemfile.lock index 5cbe9b946..b12741806 100644 --- a/api/ruby/building-your-first-github-app/Gemfile.lock +++ b/api/ruby/building-your-first-github-app/Gemfile.lock @@ -7,22 +7,24 @@ GEM multipart-post (>= 1.2, < 3) jwt (2.1.0) multipart-post (2.0.0) - mustermann (1.0.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) octokit (4.9.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.2) - rack (2.0.5) - rack-protection (2.0.3) + rack (2.2.3) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - sinatra (2.0.3) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby @@ -30,7 +32,7 @@ PLATFORMS DEPENDENCIES jwt (~> 2.1) octokit (~> 4.0) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 1.14.6