diff --git a/Gemfile.lock b/Gemfile.lock index 1835fd3..6bb5628 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,13 +106,34 @@ GEM factory_girl_rails (4.8.0) factory_girl (~> 4.8.0) railties (>= 3.0.0) - faraday (0.11.0) - multipart-post (>= 1.2, < 3) + faraday (1.10.2) + 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.9.18) gherkin (4.1.3) globalid (0.4.0) activesupport (>= 4.2.0) - hashie (3.5.5) + hashie (5.0.0) i18n (0.8.4) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -137,30 +158,32 @@ GEM mime-types-data (3.2016.0521) mini_portile2 (2.2.0) minitest (5.10.2) - multi_json (1.12.1) + multi_json (1.15.0) multi_test (0.1.2) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.2.3) nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) - oauth2 (1.3.1) - faraday (>= 0.8, < 0.12) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.6.1) - hashie (>= 3.4.6, < 3.6.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.5.0) jwt (~> 1.5) multi_json (~> 1.3) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.3.1) - omniauth-oauth2 (1.4.0) - oauth2 (~> 1.0) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) parallel (1.11.2) parser (2.4.0.0) ast (~> 2.2) @@ -174,7 +197,9 @@ GEM pry (>= 0.9.10, < 0.11.0) public_suffix (2.0.5) puma (3.9.1) - rack (2.0.5) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.1.1) @@ -209,6 +234,8 @@ GEM rainbow (2.2.2) rake rake (12.0.0) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) @@ -238,6 +265,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.1) rufus-scheduler (3.4.2) @@ -287,6 +315,7 @@ GEM uglifier (3.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.2.1) + version_gem (1.1.0) web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0)