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