actualización de cuidados

This commit is contained in:
fauno 2021-04-10 15:47:35 -03:00
parent be2540c80c
commit f074f213da

View file

@ -1,43 +1,43 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.2.4.3) actioncable (5.2.5)
actionpack (= 5.2.4.3) actionpack (= 5.2.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.4.3) actionmailer (5.2.5)
actionpack (= 5.2.4.3) actionpack (= 5.2.5)
actionview (= 5.2.4.3) actionview (= 5.2.5)
activejob (= 5.2.4.3) activejob (= 5.2.5)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.4.3) actionpack (5.2.5)
actionview (= 5.2.4.3) actionview (= 5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.4.3) actionview (5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.4.3) activejob (5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.4.3) activemodel (5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
activerecord (5.2.4.3) activerecord (5.2.5)
activemodel (= 5.2.4.3) activemodel (= 5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
arel (>= 9.0) arel (>= 9.0)
activestorage (5.2.4.3) activestorage (5.2.5)
actionpack (= 5.2.4.3) actionpack (= 5.2.5)
activerecord (= 5.2.4.3) activerecord (= 5.2.5)
marcel (~> 0.3.1) marcel (~> 1.0.0)
activesupport (5.2.4.3) activesupport (5.2.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -45,191 +45,196 @@ GEM
airbrussh (1.4.0) airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
arel (9.0.0) arel (9.0.0)
ast (2.4.1) ast (2.4.2)
axiom-types (0.1.1) axiom-types (0.1.1)
descendants_tracker (~> 0.0.4) descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.13) bcrypt (3.1.16)
bcrypt_pbkdf (1.0.1) bcrypt_pbkdf (1.1.0)
benchmark-ips (2.8.2) benchmark-ips (2.8.4)
bootsnap (1.4.6) bootsnap (1.7.3)
msgpack (~> 1.0) msgpack (~> 1.0)
builder (3.2.4) builder (3.2.4)
capistrano (3.14.1) capistrano (3.16.0)
airbrussh (>= 1.0.0) airbrussh (>= 1.0.0)
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
sshkit (>= 1.9.0) sshkit (>= 1.9.0)
capistrano-bundler (1.6.0) capistrano-bundler (2.0.1)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-rails (1.5.0) capistrano-rails (1.6.1)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-bundler (~> 1.1) capistrano-bundler (>= 1.1, < 3)
capistrano-rbenv (2.1.6) capistrano-rbenv (2.2.0)
capistrano (~> 3.1) capistrano (~> 3.1)
sshkit (~> 1.3) sshkit (~> 1.3)
coderay (1.1.3) coderay (1.1.3)
coercible (1.0.0) coercible (1.0.0)
descendants_tracker (~> 0.0.1) descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.8)
crass (1.0.6) crass (1.0.6)
database_cleaner (1.8.5) database_cleaner (2.0.1)
derailed_benchmarks (1.7.0) database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
dead_end (1.1.6)
derailed_benchmarks (2.0.1)
benchmark-ips (~> 2) benchmark-ips (~> 2)
dead_end
get_process_mem (~> 0) get_process_mem (~> 0)
heapy (~> 0) heapy (~> 0)
memory_profiler (~> 0) memory_profiler (>= 0, < 2)
mini_histogram (~> 0) mini_histogram (>= 0.3.0)
rack (>= 1) rack (>= 1)
rack-test
rake (> 10, < 14) rake (> 10, < 14)
ruby-statistics (>= 2.1) ruby-statistics (>= 2.1)
thor (>= 0.19, < 2) thor (>= 0.19, < 2)
unicode_plot (>= 0.0.4, < 1.0.0)
descendants_tracker (0.0.4) descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
ed25519 (1.2.4) ed25519 (1.2.4)
enumerable-statistics (2.0.1)
equalizer (0.0.11) equalizer (0.0.11)
erubi (1.9.0) erubi (1.10.0)
factory_bot (6.0.2) factory_bot (6.1.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.0.0) factory_bot_rails (6.1.0)
factory_bot (~> 6.0.0) factory_bot (~> 6.1.0)
railties (>= 5.0.0) railties (>= 5.0.0)
ffi (1.13.1) ffi (1.15.0)
get_process_mem (0.2.5) get_process_mem (0.2.7)
ffi (~> 1.0) ffi (~> 1.0)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
heapy (0.1.4) heapy (0.2.0)
thor
hkdf (0.3.0) hkdf (0.3.0)
httpclient (2.8.3) httpclient (2.8.3)
i18n (1.8.3) i18n (1.8.10)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ice_nine (0.11.2) ice_nine (0.11.2)
jbuilder (2.10.0) jbuilder (2.11.2)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
jwt (2.2.1) jwt (2.2.2)
listen (3.1.5) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
loofah (2.6.0) loofah (2.9.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.3) marcel (1.0.1)
mimemagic (~> 0.3.2) memory_profiler (1.0.0)
memory_profiler (0.9.14)
method_source (1.0.0) method_source (1.0.0)
mimemagic (0.3.5) mini_histogram (0.3.1)
mini_histogram (0.1.3) mini_mime (1.1.0)
mini_mime (1.0.2) mini_portile2 (2.5.0)
mini_portile2 (2.4.0) minitest (5.14.4)
minitest (5.14.1) msgpack (1.4.2)
msgpack (1.3.3)
net-scp (3.0.0) net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0) net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0) net-ssh (6.1.0)
nio4r (2.5.2) nio4r (2.5.7)
nokogiri (1.10.9) nokogiri (1.11.3)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.5.0)
parallel (1.19.2) racc (~> 1.4)
parser (2.7.1.4) parallel (1.20.1)
parser (3.0.1.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pry (0.13.1) pry (0.14.0)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (4.0.5) public_suffix (4.0.6)
puma (3.12.6) puma (3.12.6)
racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rack-cors (1.1.1) rack-cors (1.1.1)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.4.3) rails (5.2.5)
actioncable (= 5.2.4.3) actioncable (= 5.2.5)
actionmailer (= 5.2.4.3) actionmailer (= 5.2.5)
actionpack (= 5.2.4.3) actionpack (= 5.2.5)
actionview (= 5.2.4.3) actionview (= 5.2.5)
activejob (= 5.2.4.3) activejob (= 5.2.5)
activemodel (= 5.2.4.3) activemodel (= 5.2.5)
activerecord (= 5.2.4.3) activerecord (= 5.2.5)
activestorage (= 5.2.4.3) activestorage (= 5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.4.3) railties (= 5.2.5)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
railties (5.2.4.3) railties (5.2.5)
actionpack (= 5.2.4.3) actionpack (= 5.2.5)
activesupport (= 5.2.4.3) activesupport (= 5.2.5)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (13.0.1) rake (13.0.3)
rb-fsevent (0.10.4) rb-fsevent (0.10.4)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (1.7.1) regexp_parser (2.1.1)
rexml (3.2.4) rexml (3.2.5)
rubocop (0.85.1) rubocop (1.12.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.7.0.1) parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7) regexp_parser (>= 1.8, < 3.0)
rexml rexml
rubocop-ast (>= 0.0.3) rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (0.0.3) rubocop-ast (1.4.1)
parser (>= 2.7.0.1) parser (>= 2.7.1.5)
rubocop-rails (2.6.0) rubocop-rails (2.9.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 0.82.0) rubocop (>= 0.90.0, < 2.0)
ruby-progressbar (1.10.1) ruby-progressbar (1.11.0)
ruby-statistics (2.1.2) ruby-statistics (2.1.3)
ruby_dep (1.5.0) ruby_dep (1.5.0)
spring (2.1.0) spring (2.1.1)
spring-watcher-listen (2.0.1) spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0) spring (>= 1.2, < 3.0)
sprockets (4.0.2) sprockets (4.0.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.1) sprockets-rails (3.2.2)
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.2) sqlite3 (1.4.2)
sshkit (1.21.0) sshkit (1.21.2)
net-scp (>= 1.1.2) net-scp (>= 1.1.2)
net-ssh (>= 2.8.0) net-ssh (>= 2.8.0)
stackprof (0.2.15) stackprof (0.2.16)
sucker_punch (2.1.2) sucker_punch (3.0.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
telegram-bot (0.14.4) telegram-bot (0.15.3)
actionpack (>= 4.0, < 6.1) actionpack (>= 4.0, < 6.2)
activesupport (>= 4.0, < 6.1) activesupport (>= 4.0, < 6.2)
httpclient (~> 2.7) httpclient (~> 2.7)
telegram-bot-types (0.6.2) telegram-bot-types (0.6.2)
virtus (~> 1.0) virtus (~> 1.0)
thor (1.0.1) thor (1.1.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.7) tzinfo (1.2.9)
thread_safe (~> 0.1) thread_safe (~> 0.1)
unicode-display_width (1.7.0) unicode-display_width (2.0.0)
unicode_plot (0.0.4) validate_url (1.0.13)
enumerable-statistics (>= 2.0.1)
validate_url (1.0.11)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
virtus (1.0.5) virtus (1.0.5)
@ -237,13 +242,13 @@ GEM
coercible (~> 1.0) coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3) descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9) equalizer (~> 0.0, >= 0.0.9)
webpush (1.0.0) webpush (1.1.0)
hkdf (~> 0.2) hkdf (~> 0.2)
jwt (~> 2.0) jwt (~> 2.0)
websocket-driver (0.7.2) websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
yard (0.9.25) yard (0.9.26)
PLATFORMS PLATFORMS
ruby ruby