diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index b721c3c..53fa19f --- a/Gemfile.lock +++ b/Gemfile.lock @@ -859,15 +859,36 @@ GEM warden (~> 1.2.3) erubi (1.8.0) execjs (2.7.0) - faraday (0.15.4) - 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.11.1) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) geocoder (1.5.1) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) i18n (1.6.0) concurrent-ruby (~> 1.0) io-like (0.3.0) @@ -880,7 +901,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - jwt (2.2.1) + jwt (2.7.0) libv8 (7.3.492.27.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -897,34 +918,37 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) mini_racer (0.2.6) libv8 (>= 6.9.411) minitest (5.11.3) msgpack (1.3.1) - multi_json (1.13.1) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.3.0) mysql2 (0.5.2) nio4r (2.4.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.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.0) - hashie (>= 3.4.6, < 3.7.0) + 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-facebook (5.0.0) omniauth-oauth2 (~> 1.2) - 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) paperclip (6.0.0) activemodel (>= 4.2.0) @@ -937,7 +961,9 @@ GEM popper_js (1.14.5) public_suffix (3.1.1) puma (3.12.1) - rack (2.0.7) + rack (2.2.6.2) + rack-protection (2.2.4) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -979,6 +1005,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rmagick (2.16.0) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.3) sass (3.7.4) @@ -1004,6 +1031,9 @@ GEM selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -1025,6 +1055,7 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) + version_gem (1.1.1) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)