Browse Source

Update omniauth packages to v2

Martin Gruner 2 years ago
parent
commit
3a61f88da8
1 changed files with 12 additions and 9 deletions
  1. 12 9
      Gemfile.lock

+ 12 - 9
Gemfile.lock

@@ -286,7 +286,7 @@ GEM
     mime-types-data (3.2022.0105)
     mini_mime (1.1.2)
     mini_portile2 (2.8.0)
-    minitest (5.16.0)
+    minitest (5.16.1)
     msgpack (1.5.2)
     multi_json (1.15.0)
     multi_xml (0.6.0)
@@ -302,12 +302,13 @@ GEM
       racc (~> 1.4)
     nori (2.6.0)
     oauth (0.5.10)
-    oauth2 (1.4.9)
+    oauth2 (2.0.0)
       faraday (>= 0.17.3, < 3.0)
       jwt (>= 1.0, < 3.0)
-      multi_json (~> 1.3)
       multi_xml (~> 0.5)
       rack (>= 1.2, < 3)
+      rash_alt (>= 0.4, < 1)
+      version_gem (~> 1.0)
     omniauth (1.9.1)
       hashie (>= 3.4.6)
       rack (>= 1.6.2, < 3)
@@ -319,10 +320,9 @@ GEM
     omniauth-gitlab (2.0.0)
       omniauth (~> 1.0)
       omniauth-oauth2 (~> 1.0)
-    omniauth-google-oauth2 (0.8.2)
+    omniauth-google-oauth2 (0.8.0)
       jwt (>= 2.0)
-      oauth2 (~> 1.1)
-      omniauth (~> 1.1)
+      omniauth (>= 1.1.1)
       omniauth-oauth2 (>= 1.6)
     omniauth-linkedin-oauth2 (1.0.0)
       omniauth-oauth2
@@ -332,8 +332,8 @@ GEM
     omniauth-oauth (1.2.0)
       oauth
       omniauth (>= 1.0, < 3)
-    omniauth-oauth2 (1.7.2)
-      oauth2 (~> 1.4)
+    omniauth-oauth2 (1.7.3)
+      oauth2 (>= 1.4, < 3)
       omniauth (>= 1.9, < 3)
     omniauth-rails_csrf_protection (0.1.2)
       actionpack (>= 4.2)
@@ -420,6 +420,8 @@ GEM
     rainbow (3.1.1)
     raindrops (0.20.0)
     rake (13.0.6)
+    rash_alt (0.4.12)
+      hashie (>= 3.4)
     rb-fsevent (0.11.1)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
@@ -557,6 +559,7 @@ GEM
       kgio (~> 2.6)
       raindrops (~> 0.7)
     vcr (6.1.0)
+    version_gem (1.0.0)
     viewpoint (1.1.1)
       httpclient
       logging
@@ -704,4 +707,4 @@ RUBY VERSION
    ruby 3.0.4p208
 
 BUNDLED WITH
-   2.2.33
+   2.3.16