From f7567fddf8764d38f0e5c45629f105591677b59f Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 1 Sep 2015 12:57:56 -0300 Subject: [PATCH] Update Gemfile.lock --- Gemfile.lock | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+), 0 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79cdbef..fc3eade 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,6 +83,8 @@ GEM actionmailer (>= 3.0.4) activesupport (>= 3.0.4) execjs (2.5.2) + faraday (0.9.1) + multipart-post (>= 1.2, < 3) fast_gettext (0.6.12) ffi (1.9.10) gettext (2.2.1) @@ -103,12 +105,17 @@ GEM grape-entity (0.4.5) activesupport multi_json (>= 1.3.2) + grape-swagger (0.10.2) + grape (>= 0.8.0) + grape-entity hashie (2.1.2) hike (1.2.3) i18n (0.7.0) ice_nine (0.11.1) journey (1.0.4) json (1.8.3) + jwt (1.5.1) + kramdown (1.8.0) libv8 (3.16.14.11) liquid (3.0.6) locale (2.0.9) @@ -125,8 +132,26 @@ GEM metaclass (~> 0.0.1) multi_json (1.11.2) multi_xml (0.5.5) + multipart-post (2.0.0) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) + oauth2 (1.0.0) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (~> 1.2) + omniauth (1.2.2) + hashie (>= 1.2, < 4) + rack (~> 1.0) + omniauth-facebook (2.0.1) + omniauth-oauth2 (~> 1.2) + omniauth-google-oauth2 (0.2.6) + omniauth (> 1.0) + omniauth-oauth2 (~> 1.1) + omniauth-oauth2 (1.3.1) + oauth2 (~> 1.0) + omniauth (~> 1.2) pg (0.13.2) polyglot (0.3.5) rack (1.4.7) @@ -202,6 +227,7 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + swagger-ui_rails (0.1.7) term-ansicolor (1.3.2) tins (~> 1.0) therubyracer (0.12.2) @@ -254,12 +280,17 @@ DEPENDENCIES gettext (~> 2.2.1) grape (~> 0.12) grape-entity + grape-swagger grape_logging! + kramdown liquid (~> 3.0.3) locale (~> 2.0.5) minitest (~> 3.2.0) mocha (~> 1.1.0) nokogiri (~> 1.6.0) + omniauth (~> 1.2.2) + omniauth-facebook (~> 2.0.0) + omniauth-google-oauth2 (~> 0.2.6) pg (~> 0.13.2) rack-contrib rack-cors @@ -274,6 +305,7 @@ DEPENDENCIES rubyzip sass-rails selenium-webdriver (~> 2.39.0) + swagger-ui_rails therubyracer thin (~> 1.3.1) uglifier (>= 1.0.3) -- libgit2 0.21.2