diff --git a/Gemfile.lock b/Gemfile.lock index bcfa8aa..68ecb69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM factory_bot_rails (4.11.0) factory_bot (~> 4.11.0) railties (>= 3.0.0) - faraday (0.12.2) + faraday (0.17.5) multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) @@ -151,12 +151,12 @@ GEM gli (2.18.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.5.7) + hashie (5.0.0) highline (2.0.1) i18n (1.5.3) concurrent-ruby (~> 1.0) inflecto (0.0.2) - jwt (1.5.6) + jwt (2.5.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -171,14 +171,15 @@ GEM meta-tags (2.11.1) actionpack (>= 3.2.0, < 6.1) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) msgpack (1.2.4) - multi_json (1.13.1) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.2.3) nadir (1.0.2) commander (~> 4.4) concurrent-ruby (~> 1.0) @@ -189,26 +190,30 @@ GEM nio4r (2.3.1) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.8.1) - hashie (>= 3.4.6, < 3.6.0) - rack (>= 1.6.2, < 3) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.1.0) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection omniauth-google-oauth2 (0.5.3) jwt (>= 1.5) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) pg (1.0.0) puma (3.12.0) - rack (2.0.6) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.2) @@ -236,6 +241,8 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (12.3.2) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -317,6 +324,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.17) execjs (>= 0.3.0, < 3) + version_gem (1.1.0) warden (1.2.7) rack (>= 1.0) web-console (3.6.2)