Commit c189907b592618f60f34dac4ee89f98d0107412d

Authored by Victor Costa
1 parent 7afdf5e8

Update Gemfile.lock

Showing 1 changed file with 132 additions and 22 deletions   Show diff stats
Gemfile.lock
... ... @@ -146,6 +146,10 @@ GEM
146 146 actionpack (>= 4.0.0, < 5)
147 147 activerecord (>= 4.0.0, < 5)
148 148 railties (>= 4.0.0, < 5)
  149 + activeresource (4.0.0)
  150 + activemodel (~> 4.0)
  151 + activesupport (~> 4.0)
  152 + rails-observers (~> 0.1.1)
149 153 activesupport (4.2.5)
150 154 i18n (~> 0.7)
151 155 json (~> 1.7, >= 1.7.7)
... ... @@ -154,14 +158,19 @@ GEM
154 158 tzinfo (~> 1.1)
155 159 acts-as-taggable-on (3.5.0)
156 160 activerecord (>= 3.2, < 5)
157   - addressable (2.3.8)
  161 + addressable (2.4.0)
  162 + ambry (0.3.1)
158 163 ansi (1.5.0)
159 164 api-pagination (4.1.1)
  165 + api_smith (1.3.0)
  166 + hashie (>= 1.0, < 3.0)
  167 + httparty
160 168 arel (6.0.3)
161 169 axiom-types (0.1.1)
162 170 descendants_tracker (~> 0.0.4)
163 171 ice_nine (~> 0.11.0)
164 172 thread_safe (~> 0.3, >= 0.3.1)
  173 + buftok (0.2.0)
165 174 builder (3.2.2)
166 175 capybara (2.5.0)
167 176 mime-types (>= 1.16)
... ... @@ -174,6 +183,11 @@ GEM
174 183 chronic (0.10.2)
175 184 coercible (1.0.0)
176 185 descendants_tracker (~> 0.0.1)
  186 + concurrent-ruby (1.0.0)
  187 + crack (0.4.3)
  188 + safe_yaml (~> 1.0.0)
  189 + css_parser (1.3.7)
  190 + addressable
177 191 cucumber (1.3.20)
178 192 builder (>= 2.1.2)
179 193 diff-lcs (>= 1.1.3)
... ... @@ -187,7 +201,7 @@ GEM
187 201 nokogiri (~> 1.5)
188 202 rails (>= 3, < 5)
189 203 daemons (1.2.3)
190   - dalli (2.7.4)
  204 + dalli (2.7.5)
191 205 database_cleaner (1.5.1)
192 206 delayed_job (4.1.1)
193 207 activesupport (>= 3.0, < 5.0)
... ... @@ -197,9 +211,11 @@ GEM
197 211 descendants_tracker (0.0.4)
198 212 thread_safe (~> 0.3, >= 0.3.1)
199 213 diff-lcs (1.2.5)
200   - diffy (3.0.7)
  214 + diffy (3.1.0)
201 215 domain_name (0.5.25)
202 216 unf (>= 0.0.5, < 1.0.0)
  217 + doorkeeper (1.4.2)
  218 + railties (>= 3.1)
203 219 eita-jrails (0.10.0)
204 220 actionpack (>= 3.1.0)
205 221 activesupport (>= 3.0.0)
... ... @@ -209,6 +225,10 @@ GEM
209 225 actionmailer (>= 3.0.4)
210 226 activesupport (>= 3.0.4)
211 227 execjs (2.6.0)
  228 + faraday (0.9.2)
  229 + multipart-post (>= 1.2, < 3)
  230 + faraday_middleware (0.10.0)
  231 + faraday (>= 0.7.4, < 0.10)
212 232 fast_gettext (0.9.2)
213 233 ffi (1.9.10)
214 234 gettext (3.1.7)
... ... @@ -219,7 +239,7 @@ GEM
219 239 git-version-bump (0.15.1)
220 240 globalid (0.3.6)
221 241 activesupport (>= 4.1.0)
222   - grape (0.13.0)
  242 + grape (0.14.0)
223 243 activesupport
224 244 builder
225 245 hashie (>= 2.1.0)
... ... @@ -232,21 +252,30 @@ GEM
232 252 grape-entity (0.4.8)
233 253 activesupport
234 254 multi_json (>= 1.3.2)
235   - grape-swagger (0.10.2)
  255 + grape-swagger (0.10.4)
236 256 grape (>= 0.8.0)
237   - grape-entity
  257 + grape-entity (< 0.5.0)
238 258 grape_logging (1.1.2)
239 259 grape
240   - hashie (3.4.3)
  260 + hashdiff (0.2.3)
  261 + hashie (2.1.2)
  262 + http (0.5.1)
  263 + http_parser.rb
241 264 http-cookie (1.0.2)
242 265 domain_name (~> 0.5)
  266 + http_parser.rb (0.6.0)
  267 + httparty (0.12.0)
  268 + json (~> 1.8)
  269 + multi_xml (>= 0.5.2)
243 270 i18n (0.7.0)
244 271 ice_nine (0.11.1)
245 272 json (1.8.3)
  273 + jwt (1.5.2)
246 274 kgio (2.10.0)
247 275 kramdown (1.9.0)
248 276 launchy (2.4.3)
249 277 addressable (~> 2.3)
  278 + link_header (0.0.8)
250 279 liquid (3.0.6)
251 280 locale (2.1.2)
252 281 loofah (2.0.3)
... ... @@ -255,11 +284,15 @@ GEM
255 284 ffi (>= 0.6.3)
256 285 mail (2.6.3)
257 286 mime-types (>= 1.16, < 3)
  287 + memoizable (0.4.2)
  288 + thread_safe (~> 0.3, >= 0.3.1)
  289 + merit (2.3.2)
  290 + ambry (~> 0.3.0)
258 291 metaclass (0.0.4)
259   - mime-types (2.6.2)
260   - mini_portile (0.6.2)
261   - minitest (5.8.2)
262   - minitest-reporters (1.1.5)
  292 + mime-types (2.99)
  293 + mini_portile2 (2.0.0)
  294 + minitest (5.8.3)
  295 + minitest-reporters (1.1.7)
263 296 ansi
264 297 builder
265 298 minitest (>= 5.0)
... ... @@ -269,14 +302,39 @@ GEM
269 302 multi_json (1.11.2)
270 303 multi_test (0.1.2)
271 304 multi_xml (0.5.5)
  305 + multipart-post (2.0.0)
  306 + naught (1.1.0)
  307 + net-ldap (0.12.1)
272 308 netrc (0.11.0)
273   - nokogiri (1.6.6.2)
274   - mini_portile (~> 0.6.0)
  309 + nokogiri (1.6.7.1)
  310 + mini_portile2 (~> 2.0.0.rc2)
  311 + oai (0.3.1)
  312 + builder (>= 2.0.0)
  313 + faraday
  314 + faraday_middleware
  315 + oauth2 (1.0.0)
  316 + faraday (>= 0.8, < 0.10)
  317 + jwt (~> 1.0)
  318 + multi_json (~> 1.3)
  319 + multi_xml (~> 0.5)
  320 + rack (~> 1.2)
  321 + omniauth (1.2.2)
  322 + hashie (>= 1.2, < 4)
  323 + rack (~> 1.0)
  324 + omniauth-facebook (2.0.1)
  325 + omniauth-oauth2 (~> 1.2)
  326 + omniauth-google-oauth2 (0.2.6)
  327 + omniauth (> 1.0)
  328 + omniauth-oauth2 (~> 1.1)
  329 + omniauth-oauth2 (1.3.1)
  330 + oauth2 (~> 1.0)
  331 + omniauth (~> 1.2)
275 332 pg (0.18.4)
276 333 pothoven-attachment_fu (3.2.16)
277 334 power_assert (0.2.6)
278 335 protected_attributes (1.1.3)
279 336 activemodel (>= 4.0.1, < 5.0)
  337 + proxifier (1.0.3)
280 338 rack (1.6.4)
281 339 rack-accept (0.4.5)
282 340 rack (>= 0.4)
... ... @@ -318,16 +376,30 @@ GEM
318 376 thor (>= 0.18.1, < 2.0)
319 377 raindrops (0.15.0)
320 378 rake (10.4.2)
  379 + rdf (1.1.17.1)
  380 + link_header (~> 0.0, >= 0.0.8)
  381 + rdf-virtuoso (0.1.6)
  382 + api_smith (~> 1.3.0)
  383 + httparty (~> 0.12.0)
  384 + rdf (~> 1.1.0)
  385 + responders (2.1.1)
  386 + railties (>= 4.2.0, < 5.1)
321 387 rest-client (1.8.0)
322 388 http-cookie (>= 1.0.2, < 2.0)
323 389 mime-types (>= 1.16, < 3.0)
324 390 netrc (~> 0.7)
325 391 rmagick (2.15.4)
  392 + roadie (3.1.1)
  393 + css_parser (~> 1.3.4)
  394 + nokogiri (>= 1.5.0, < 1.7.0)
  395 + roadie-rails (1.1.0)
  396 + railties (>= 3.0, < 4.3)
  397 + roadie (~> 3.1)
326 398 rspec (3.4.0)
327 399 rspec-core (~> 3.4.0)
328 400 rspec-expectations (~> 3.4.0)
329 401 rspec-mocks (~> 3.4.0)
330   - rspec-core (3.4.0)
  402 + rspec-core (3.4.1)
331 403 rspec-support (~> 3.4.0)
332 404 rspec-expectations (3.4.0)
333 405 diff-lcs (>= 1.2.0, < 2.0)
... ... @@ -343,12 +415,13 @@ GEM
343 415 rspec-expectations (~> 3.4.0)
344 416 rspec-mocks (~> 3.4.0)
345 417 rspec-support (~> 3.4.0)
346   - rspec-support (3.4.0)
  418 + rspec-support (3.4.1)
347 419 ruby-feedparser (0.9.3)
348 420 magic
349 421 ruby-progressbar (1.7.5)
350 422 rubyzip (1.1.7)
351   - sass (3.4.19)
  423 + safe_yaml (1.0.4)
  424 + sass (3.4.20)
352 425 sass-rails (5.0.4)
353 426 railties (>= 4.0.0, < 5.0)
354 427 sass (~> 3.1)
... ... @@ -360,16 +433,18 @@ GEM
360 433 multi_json (~> 1.0)
361 434 rubyzip (~> 1.0)
362 435 websocket (~> 1.0)
  436 + simple_oauth (0.2.0)
363 437 slim (3.0.6)
364 438 temple (~> 0.7.3)
365 439 tilt (>= 1.3.3, < 2.1)
366   - spring (1.4.1)
367   - sprockets (3.4.0)
  440 + spring (1.6.1)
  441 + sprockets (3.5.2)
  442 + concurrent-ruby (~> 1.0)
368 443 rack (> 1, < 3)
369   - sprockets-rails (2.3.3)
370   - actionpack (>= 3.0)
371   - activesupport (>= 3.0)
372   - sprockets (>= 2.8, < 4.0)
  444 + sprockets-rails (3.0.0)
  445 + actionpack (>= 4.0)
  446 + activesupport (>= 4.0)
  447 + sprockets (>= 3.0.0)
373 448 swagger-ui_rails (0.1.7)
374 449 temple (0.7.6)
375 450 test-unit (3.1.5)
... ... @@ -378,6 +453,17 @@ GEM
378 453 thor (0.19.1)
379 454 thread_safe (0.3.5)
380 455 tilt (2.0.1)
  456 + twitter (5.8.0)
  457 + addressable (~> 2.3)
  458 + buftok (~> 0.2.0)
  459 + equalizer (~> 0.0.9)
  460 + faraday (~> 0.9.0)
  461 + http (~> 0.5.0)
  462 + http_parser.rb (~> 0.6.0)
  463 + json (~> 1.8)
  464 + memoizable (~> 0.4.0)
  465 + naught (~> 1.0)
  466 + simple_oauth (~> 0.2.0)
381 467 tzinfo (1.2.2)
382 468 thread_safe (~> 0.1)
383 469 uglifier (2.7.2)
... ... @@ -390,11 +476,16 @@ GEM
390 476 kgio (~> 2.6)
391 477 rack
392 478 raindrops (~> 0.7)
  479 + vcr (3.0.1)
393 480 virtus (1.0.5)
394 481 axiom-types (~> 0.1)
395 482 coercible (~> 1.0)
396 483 descendants_tracker (~> 0.0, >= 0.0.3)
397 484 equalizer (~> 0.0, >= 0.0.9)
  485 + webmock (1.22.3)
  486 + addressable (>= 2.3.6)
  487 + crack (>= 0.3.2)
  488 + hashdiff
398 489 websocket (1.2.2)
399 490 whenever (0.9.4)
400 491 chronic (>= 0.6.3)
... ... @@ -415,6 +506,7 @@ DEPENDENCIES
415 506 activerecord-deprecated_finders
416 507 activerecord-jdbcpostgresql-adapter
417 508 activerecord-session_store
  509 + activeresource
418 510 acts-as-taggable-on (~> 3.5)
419 511 acts_as_list (= 0.0.0)!
420 512 acts_as_tree (= 0.0.0)!
... ... @@ -430,6 +522,7 @@ DEPENDENCIES
430 522 delayed_job
431 523 delayed_job_active_record
432 524 diffy (~> 3.0)
  525 + doorkeeper (~> 1.4.0)
433 526 eita-jrails (~> 0.10.0)
434 527 exception_notification (~> 4.0.1)
435 528 ezcrypto (= 0.0.0)!
... ... @@ -447,15 +540,24 @@ DEPENDENCIES
447 540 launchy
448 541 liquid (~> 3.0.3)
449 542 locale (~> 2.1)
  543 + magic (>= 0.2.8)
  544 + merit (~> 2.3.1)
450 545 minitest
451 546 minitest-reporters
452 547 mocha (~> 1.1.0)
453 548 monkey_patches (= 0.0.0)!
  549 + net-ldap (~> 0.12.1)
454 550 nokogiri (~> 1.6.0)
455 551 noosfero_caching (= 0.0.0)!
  552 + oai (= 0.3.1)
  553 + omniauth (~> 1.2.2)
  554 + omniauth-facebook (~> 2.0.0)
  555 + omniauth-google-oauth2 (= 0.2.6)
  556 + omniauth-oauth2 (~> 1.3.1)
456 557 pg (~> 0.17)
457 558 pothoven-attachment_fu (~> 3.2.16)
458 559 protected_attributes
  560 + proxifier (~> 1.0.3)
459 561 rack-contrib
460 562 rack-cors
461 563 rails (~> 4.2.4)
... ... @@ -463,10 +565,15 @@ DEPENDENCIES
463 565 rails_autolink (~> 1.1.5)
464 566 rails_rcov (= 0.0.0)!
465 567 rake
  568 + rdf
  569 + rdf-virtuoso
466 570 recaptcha (> 0.0.0)!
  571 + responders (~> 2.0)
467 572 rest-client (~> 1.6)
468 573 rmagick (~> 2.13)
469 574 rmagick4j
  575 + roadie (~> 3.1)
  576 + roadie-rails
470 577 rspec (~> 3.3)
471 578 rspec-rails (~> 3.2)
472 579 ruby-feedparser (~> 0.7)
... ... @@ -477,10 +584,13 @@ DEPENDENCIES
477 584 spring
478 585 swagger-ui_rails
479 586 test-unit
  587 + twitter (~> 5.8.0)
480 588 uglifier (>= 1.0.3)
481 589 unicorn (~> 4.8)
482 590 validates_as_cnpj (= 0.0.0)!
483 591 validates_multiparameter_assignments (= 0.0.0)!
  592 + vcr
  593 + webmock
484 594 whenever
485 595 will_paginate
486 596 xss_terminate (= 0.0.0)!
... ...