From 61abff76186eac8d67723f410f77c716c4e4df39 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Sat, 2 Jan 2021 00:15:54 +0900 Subject: [PATCH] Fix [GitHub API] Deprecation notice for authentication via URL query parameters $ docker-compose run --rm app bundle update omniauth-github See also https://github.com/omniauth/omniauth-github/pull/84 --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9fccb80..a8f6e1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) - hashie (3.6.0) + hashie (4.1.0) i18n (1.8.5) concurrent-ruby (~> 1.0) jbuilder (2.10.1) @@ -94,7 +94,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.3.1) - jwt (2.2.1) + jwt (2.2.2) listen (3.4.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -107,13 +107,13 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) nio4r (2.5.4) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - oauth2 (1.4.2) + oauth2 (1.4.4) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -125,11 +125,11 @@ GEM omniauth (1.9.1) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-github (1.3.0) + omniauth-github (1.4.0) omniauth (~> 1.5) omniauth-oauth2 (>= 1.4.0, < 2.0) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) + omniauth-oauth2 (1.7.0) + oauth2 (~> 1.4) omniauth (~> 1.9) parallel (1.20.1) parser (3.0.0.0)