Commit f7567fddf8764d38f0e5c45629f105591677b59f

Authored by Victor Costa
1 parent b8378078

Update Gemfile.lock

Showing 1 changed file with 32 additions and 0 deletions   Show diff stats
Gemfile.lock
... ... @@ -83,6 +83,8 @@ GEM
83 83 actionmailer (>= 3.0.4)
84 84 activesupport (>= 3.0.4)
85 85 execjs (2.5.2)
  86 + faraday (0.9.1)
  87 + multipart-post (>= 1.2, < 3)
86 88 fast_gettext (0.6.12)
87 89 ffi (1.9.10)
88 90 gettext (2.2.1)
... ... @@ -103,12 +105,17 @@ GEM
103 105 grape-entity (0.4.5)
104 106 activesupport
105 107 multi_json (>= 1.3.2)
  108 + grape-swagger (0.10.2)
  109 + grape (>= 0.8.0)
  110 + grape-entity
106 111 hashie (2.1.2)
107 112 hike (1.2.3)
108 113 i18n (0.7.0)
109 114 ice_nine (0.11.1)
110 115 journey (1.0.4)
111 116 json (1.8.3)
  117 + jwt (1.5.1)
  118 + kramdown (1.8.0)
112 119 libv8 (3.16.14.11)
113 120 liquid (3.0.6)
114 121 locale (2.0.9)
... ... @@ -125,8 +132,26 @@ GEM
125 132 metaclass (~> 0.0.1)
126 133 multi_json (1.11.2)
127 134 multi_xml (0.5.5)
  135 + multipart-post (2.0.0)
128 136 nokogiri (1.6.6.2)
129 137 mini_portile (~> 0.6.0)
  138 + oauth2 (1.0.0)
  139 + faraday (>= 0.8, < 0.10)
  140 + jwt (~> 1.0)
  141 + multi_json (~> 1.3)
  142 + multi_xml (~> 0.5)
  143 + rack (~> 1.2)
  144 + omniauth (1.2.2)
  145 + hashie (>= 1.2, < 4)
  146 + rack (~> 1.0)
  147 + omniauth-facebook (2.0.1)
  148 + omniauth-oauth2 (~> 1.2)
  149 + omniauth-google-oauth2 (0.2.6)
  150 + omniauth (> 1.0)
  151 + omniauth-oauth2 (~> 1.1)
  152 + omniauth-oauth2 (1.3.1)
  153 + oauth2 (~> 1.0)
  154 + omniauth (~> 1.2)
130 155 pg (0.13.2)
131 156 polyglot (0.3.5)
132 157 rack (1.4.7)
... ... @@ -202,6 +227,7 @@ GEM
202 227 multi_json (~> 1.0)
203 228 rack (~> 1.0)
204 229 tilt (~> 1.1, != 1.3.0)
  230 + swagger-ui_rails (0.1.7)
205 231 term-ansicolor (1.3.2)
206 232 tins (~> 1.0)
207 233 therubyracer (0.12.2)
... ... @@ -254,12 +280,17 @@ DEPENDENCIES
254 280 gettext (~> 2.2.1)
255 281 grape (~> 0.12)
256 282 grape-entity
  283 + grape-swagger
257 284 grape_logging!
  285 + kramdown
258 286 liquid (~> 3.0.3)
259 287 locale (~> 2.0.5)
260 288 minitest (~> 3.2.0)
261 289 mocha (~> 1.1.0)
262 290 nokogiri (~> 1.6.0)
  291 + omniauth (~> 1.2.2)
  292 + omniauth-facebook (~> 2.0.0)
  293 + omniauth-google-oauth2 (~> 0.2.6)
263 294 pg (~> 0.13.2)
264 295 rack-contrib
265 296 rack-cors
... ... @@ -274,6 +305,7 @@ DEPENDENCIES
274 305 rubyzip
275 306 sass-rails
276 307 selenium-webdriver (~> 2.39.0)
  308 + swagger-ui_rails
277 309 therubyracer
278 310 thin (~> 1.3.1)
279 311 uglifier (>= 1.0.3)
... ...