From 73ec0d0efab41fb02f3aa688bb2f351765684cfb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 Jun 2020 04:13:25 +0000
Subject: [PATCH] Bump rack from 1.5.2 to 2.2.3

Bumps [rack](https://github.com/rack/rack) from 1.5.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/1.5.2...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile.lock | 47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index be4b26e..91d4351 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,7 +4,8 @@ GEM
     activesupport (3.2.13)
       i18n (= 0.6.1)
       multi_json (~> 1.0)
-    addressable (2.3.6)
+    addressable (2.7.0)
+      public_suffix (>= 2.0.2, < 5.0)
     builder (3.2.2)
     colorize (0.5.8)
     coveralls (0.6.7)
@@ -16,18 +17,16 @@ GEM
     descendants_tracker (0.0.4)
       thread_safe (~> 0.3, >= 0.3.1)
     fakeweb (1.3.0)
-    faraday (0.9.0)
+    faraday (1.0.1)
       multipart-post (>= 1.2, < 3)
     git (1.2.6)
-    github_api (0.11.3)
-      addressable (~> 2.3)
-      descendants_tracker (~> 0.0.1)
-      faraday (~> 0.8, < 0.10)
-      hashie (>= 1.2)
-      multi_json (>= 1.7.5, < 2.0)
-      nokogiri (~> 1.6.0)
-      oauth2
-    hashie (2.1.1)
+    github_api (0.19.0)
+      addressable (~> 2.4)
+      descendants_tracker (~> 0.0.4)
+      faraday (>= 0.8, < 2)
+      hashie (~> 3.5, >= 3.5.2)
+      oauth2 (~> 1.0)
+    hashie (3.6.0)
     highline (1.6.21)
     httparty (0.11.0)
       multi_json (~> 1.0)
@@ -44,26 +43,26 @@ GEM
       rake
       rdoc
     json (1.8.1)
-    jwt (0.1.11)
-      multi_json (>= 1.5)
+    jwt (2.2.1)
     metaclass (0.0.1)
     mime-types (1.23)
-    mini_portile (0.5.3)
+    mini_portile2 (2.4.0)
     mocha (0.14.0)
       metaclass (~> 0.0.1)
-    multi_json (1.7.7)
-    multi_xml (0.5.4)
+    multi_json (1.14.1)
+    multi_xml (0.6.0)
     multipart-post (1.2.0)
-    nokogiri (1.6.1)
-      mini_portile (~> 0.5.0)
+    nokogiri (1.10.9)
+      mini_portile2 (~> 2.4.0)
     oauth (0.4.7)
-    oauth2 (0.9.3)
-      faraday (>= 0.8, < 0.10)
-      jwt (~> 0.1.8)
+    oauth2 (1.4.4)
+      faraday (>= 0.8, < 2.0)
+      jwt (>= 1.0, < 3.0)
       multi_json (~> 1.3)
       multi_xml (~> 0.5)
-      rack (~> 1.2)
-    rack (1.5.2)
+      rack (>= 1.2, < 3)
+    public_suffix (4.0.5)
+    rack (2.2.3)
     rake (0.9.6)
     rdoc (3.12.2)
       json (~> 1.4)
@@ -82,7 +81,7 @@ GEM
     simplecov-html (0.7.1)
     test-unit (2.5.5)
     thor (0.18.1)
-    thread_safe (0.3.3)
+    thread_safe (0.3.6)
 
 PLATFORMS
   ruby