diff --git a/Gemfile.lock b/Gemfile.lock index 1d9f918..927b60d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,8 +142,10 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (0.15.4) - 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.11.1) flamegraph (0.9.5) globalid (0.5.2) @@ -157,7 +159,7 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - hashie (3.6.0) + hashie (5.0.0) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) @@ -196,7 +198,7 @@ GEM jsonpath (0.8.11) multi_json to_regexp (~> 0.2.1) - jwt (2.1.0) + jwt (2.5.0) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -228,31 +230,32 @@ GEM builder minitest (>= 5.0) ruby-progressbar - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) neatjson (0.8.3) newrelic_rpm (5.0.0.342) nio4r (2.5.8) nokogiri (1.12.2) mini_portile2 (~> 2.6.1) racc (~> 1.4) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.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.6.0) jwt (>= 2.0) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) - 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) parallel (1.12.1) parser (2.5.0.5) @@ -269,9 +272,11 @@ GEM activesupport (>= 3.0.0) pxeger (0.1.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.4) rack-mini-profiler (1.0.0) rack (>= 1.2.0) + rack-protection (2.2.2) + rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -317,6 +322,8 @@ GEM activesupport (>= 5.0) i18n polyamorous (= 2.3.0) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -338,6 +345,7 @@ GEM unicode-display_width (~> 1.0, >= 1.0.1) ruby-graphviz (1.2.3) ruby-progressbar (1.9.0) + ruby2_keywords (0.0.5) ruby_parser (3.11.0) sexp_processor (~> 4.9) rubyzip (2.0.0) @@ -387,6 +395,7 @@ GEM unf_ext unf_ext (0.0.7.5) unicode-display_width (1.5.0) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) webpacker (4.3.0)