diff --git a/Gemfile.lock b/Gemfile.lock index b3e9e90..0412ba5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,6 +47,7 @@ GEM arel (9.0.0) autoprefixer-rails (9.5.1) execjs + base64 (0.2.0) better_errors (2.5.1) coderay (>= 1.0.0) erubi (>= 1.0.0) @@ -88,12 +89,15 @@ GEM railties (>= 3.2, < 6.1) erubi (1.8.0) execjs (2.7.0) - faraday (0.12.2) - multipart-post (>= 1.2, < 3) + faraday (2.8.0) + base64 + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) ffi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) high_voltage (3.1.0) i18n (1.6.0) concurrent-ruby (~> 1.0) @@ -104,7 +108,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (1.5.6) + jwt (2.7.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -122,27 +126,28 @@ GEM mini_portile2 (2.4.0) minitest (5.11.3) msgpack (1.2.10) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) nio4r (2.3.1) nokogiri (1.10.2) mini_portile2 (~> 2.4.0) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) - rack (>= 1.6.2, < 3) - omniauth-github (1.3.0) - omniauth (~> 1.5) - omniauth-oauth2 (>= 1.4.0, < 2.0) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.2) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-github (2.0.1) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.8) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) pdf-core (0.7.0) pg (1.1.4) popper_js (1.14.5) @@ -160,7 +165,9 @@ GEM prawn (>= 1.3.0, < 3.0.0) public_suffix (3.0.3) puma (3.12.1) - rack (2.0.7) + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -193,6 +200,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) regexp_parser (1.4.0) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.2) sass (3.7.4) @@ -218,6 +226,9 @@ GEM selenium-webdriver (3.141.5926) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -241,6 +252,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) + version_gem (1.1.3) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)