diff --git a/Gemfile.lock b/Gemfile.lock index 92479d9..47f22e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,12 +88,33 @@ GEM railties (>= 3.2) erubi (1.9.0) execjs (2.7.0) - faraday (1.0.1) - multipart-post (>= 1.2, < 3) + faraday (1.10.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) http-cookie (1.0.3) domain_name (~> 0.5) i18n (1.8.4) @@ -105,7 +126,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.2.1) + jwt (2.7.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -130,35 +151,38 @@ GEM mini_portile2 (2.4.0) minitest (5.14.1) msgpack (1.3.3) - multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.3.0) netrc (0.11.0) newrelic_rpm (6.12.0.367) nio4r (2.5.2) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + oauth2 (2.0.9) + 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.1) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.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) pg (1.2.3) popper_js (1.16.0) public_suffix (4.0.6) puma (3.12.6) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (2.2.4) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.3) @@ -194,6 +218,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -218,6 +243,9 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -242,6 +270,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) + version_gem (1.1.1) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)