diff --git a/Gemfile.lock b/Gemfile.lock index ba93994..a92b58c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,8 +96,10 @@ GEM eventmachine (1.2.7) excon (0.72.0) execjs (2.7.0) - faraday (1.0.0) - multipart-post (>= 1.2, < 3) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) ffi (1.12.1) figaro (1.1.1) thor (~> 0.14) @@ -137,7 +139,7 @@ GEM guard (~> 2.8) guard-compat (~> 1.0) multi_json (~> 1.8) - hashie (3.6.0) + hashie (5.0.0) http_parser.rb (0.6.0) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -151,7 +153,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) - jwt (2.2.1) + jwt (2.5.0) libv8 (7.3.492.27.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) @@ -172,9 +174,8 @@ GEM mini_racer (0.2.9) libv8 (>= 6.9.411) minitest (5.14.0) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) nenv (0.3.0) nio4r (2.5.2) nokogiri (1.10.7) @@ -182,22 +183,24 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (1.4.3) - faraday (>= 0.8, < 2.0) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.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.8.0) jwt (>= 2.0) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.6) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) pg (1.2.2) popper_js (1.14.7) @@ -205,7 +208,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.12.2) - rack (2.1.2) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -235,6 +240,8 @@ GEM rake (13.0.1) ranked-model (0.4.5) activerecord (>= 4.2) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -242,6 +249,7 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) + ruby2_keywords (0.0.5) ruby_http_client (3.3.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -290,6 +298,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)