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