From 21308f11638a8cef0a9bbf3e79b9737dd2a9df0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 00:41:11 +0000 Subject: [PATCH] Bump rack in /api/ruby/building-your-first-github-app Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.5...2.2.3) Signed-off-by: dependabot[bot] --- api/ruby/building-your-first-github-app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ruby/building-your-first-github-app/Gemfile.lock b/api/ruby/building-your-first-github-app/Gemfile.lock index 5cbe9b946..fe0d3102f 100644 --- a/api/ruby/building-your-first-github-app/Gemfile.lock +++ b/api/ruby/building-your-first-github-app/Gemfile.lock @@ -11,7 +11,7 @@ GEM octokit (4.9.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.2) - rack (2.0.5) + rack (2.2.3) rack-protection (2.0.3) rack sawyer (0.8.1)