From 9dc94781b8815dcbeb9643cc00ca74755de160fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 06:44:40 +0000 Subject: [PATCH] Bump rack in /api/ruby/building-your-first-github-app Bumps [rack](https://github.com/rack/rack) from 2.2.2 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/v2.2.2...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 df95b8fcc..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.2.2) + rack (2.2.3) rack-protection (2.0.3) rack sawyer (0.8.1)