5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 13:46:21 +00:00

fix: actualización de cuidados

This commit is contained in:
f 2024-10-03 12:02:40 -03:00
parent 89fb303227
commit 31fa9933f8
No known key found for this signature in database
2 changed files with 80 additions and 80 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
source ENV.fetch('GEMS_SOURCE', 'https://17.3.alpine.gems.sutty.nl') source ENV.fetch('GEMS_SOURCE', 'https://gems.sutty.nl')
ruby "~> #{ENV.fetch('RUBY_VERSION', '3.1')}" ruby "~> #{ENV.fetch('RUBY_VERSION', '3.1')}"

View file

@ -25,64 +25,64 @@ GIT
groupdate (>= 5.2) groupdate (>= 5.2)
GEM GEM
remote: https://17.3.alpine.gems.sutty.nl/ remote: https://gems.sutty.nl/
specs: specs:
aasm (5.5.0) aasm (5.5.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
actioncable (6.1.7.4) actioncable (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.4) actionmailbox (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
activejob (= 6.1.7.4) activejob (= 6.1.7.8)
activerecord (= 6.1.7.4) activerecord (= 6.1.7.8)
activestorage (= 6.1.7.4) activestorage (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.7.4) actionmailer (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
actionview (= 6.1.7.4) actionview (= 6.1.7.8)
activejob (= 6.1.7.4) activejob (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.1.7.4) actionpack (6.1.7.8)
actionview (= 6.1.7.4) actionview (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
rack (~> 2.0, >= 2.0.9) rack (~> 2.0, >= 2.0.9)
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.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.4) actiontext (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
activerecord (= 6.1.7.4) activerecord (= 6.1.7.8)
activestorage (= 6.1.7.4) activestorage (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.7.4) actionview (6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
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.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.4) activejob (6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.7.4) activemodel (6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
activerecord (6.1.7.4) activerecord (6.1.7.8)
activemodel (= 6.1.7.4) activemodel (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
activestorage (6.1.7.4) activestorage (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
activejob (= 6.1.7.4) activejob (= 6.1.7.8)
activerecord (= 6.1.7.4) activerecord (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.7.4) activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -114,7 +114,7 @@ GEM
sassc-rails (>= 2.0.0) sassc-rails (>= 2.0.0)
brakeman (6.1.1) brakeman (6.1.1)
racc racc
builder (3.2.4) builder (3.3.0)
bundler-audit (0.9.1) bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3) bundler (>= 1.2.0, < 3)
thor (~> 1.0) thor (~> 1.0)
@ -213,7 +213,7 @@ GEM
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
errbase (0.2.2) errbase (0.2.2)
erubi (1.12.0) erubi (1.13.0)
eventmachine (1.2.7-x86_64-linux-musl) eventmachine (1.2.7-x86_64-linux-musl)
exception_notification (4.5.0) exception_notification (4.5.0)
actionmailer (>= 5.2, < 8) actionmailer (>= 5.2, < 8)
@ -226,7 +226,7 @@ GEM
railties (>= 5.0.0) railties (>= 5.0.0)
fast_blank (1.0.1-x86_64-linux-musl) fast_blank (1.0.1-x86_64-linux-musl)
fast_jsonparser (0.5.0-x86_64-linux-musl) fast_jsonparser (0.5.0-x86_64-linux-musl)
ffi (1.15.5-x86_64-linux-musl) ffi (1.17.0-x86_64-linux-musl)
flamegraph (0.9.5) flamegraph (0.9.5)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
friendly_id (5.5.0) friendly_id (5.5.0)
@ -276,7 +276,7 @@ GEM
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
httparty-cache (0.0.6) httparty-cache (0.0.6)
httparty (~> 0.18) httparty (~> 0.18)
i18n (1.14.1) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
icalendar (2.8.0) icalendar (2.8.0)
ice_cube (~> 0.16) ice_cube (~> 0.16)
@ -359,34 +359,34 @@ GEM
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
marcel (1.0.2) marcel (1.0.4)
memory_profiler (1.0.1) memory_profiler (1.0.1)
mercenary (0.4.0) mercenary (0.4.0)
method_source (1.0.0) method_source (1.1.0)
mini_histogram (0.3.1) mini_histogram (0.3.1)
mini_magick (4.12.0) mini_magick (4.12.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.5) mini_portile2 (2.8.6)
minitest (5.21.1) minitest (5.25.1)
mobility (1.2.9) mobility (1.2.9)
i18n (>= 0.6.10, < 2) i18n (>= 0.6.10, < 2)
request_store (~> 1.0) request_store (~> 1.0)
multi_xml (0.6.0) multi_xml (0.6.0)
mustermann (3.0.0) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
net-imap (0.4.9) net-imap (0.4.16)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.2)
timeout timeout
net-smtp (0.4.0) net-smtp (0.5.0)
net-protocol net-protocol
net-ssh (7.2.1) net-ssh (7.2.1)
netaddr (2.0.6) netaddr (2.0.6)
nio4r (2.7.0-x86_64-linux-musl) nio4r (2.7.3-x86_64-linux-musl)
nokogiri (1.16.0-x86_64-linux-musl) nokogiri (1.16.7-x86_64-linux-musl)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
@ -407,8 +407,8 @@ GEM
pry (0.14.2) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (5.0.4) public_suffix (5.0.5)
puma (6.4.2-x86_64-linux-musl) puma (6.4.3-x86_64-linux-musl)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.3.1) pundit (2.3.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -416,9 +416,9 @@ GEM
que-web (0.10.0) que-web (0.10.0)
que (>= 1) que (>= 1)
sinatra sinatra
racc (1.7.3-x86_64-linux-musl) racc (1.8.1-x86_64-linux-musl)
rack (2.2.8) rack (2.2.9)
rack-cors (2.0.1) rack-cors (2.0.2)
rack (>= 2.0.0) rack (>= 2.0.0)
rack-mini-profiler (3.1.0) rack-mini-profiler (3.1.0)
rack (>= 1.2.0) rack (>= 1.2.0)
@ -429,20 +429,20 @@ GEM
rack rack
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (6.1.7.4) rails (6.1.7.8)
actioncable (= 6.1.7.4) actioncable (= 6.1.7.8)
actionmailbox (= 6.1.7.4) actionmailbox (= 6.1.7.8)
actionmailer (= 6.1.7.4) actionmailer (= 6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
actiontext (= 6.1.7.4) actiontext (= 6.1.7.8)
actionview (= 6.1.7.4) actionview (= 6.1.7.8)
activejob (= 6.1.7.4) activejob (= 6.1.7.8)
activemodel (= 6.1.7.4) activemodel (= 6.1.7.8)
activerecord (= 6.1.7.4) activerecord (= 6.1.7.8)
activestorage (= 6.1.7.4) activestorage (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.7.4) railties (= 6.1.7.8)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
@ -456,14 +456,14 @@ GEM
railties (>= 6.0.0, < 8) railties (>= 6.0.0, < 8)
rails_warden (0.6.0) rails_warden (0.6.0)
warden (>= 1.2.0) warden (>= 1.2.0)
railties (6.1.7.4) railties (6.1.7.8)
actionpack (= 6.1.7.4) actionpack (= 6.1.7.8)
activesupport (= 6.1.7.4) activesupport (= 6.1.7.8)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.1.0) rake (13.2.1)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
@ -492,7 +492,7 @@ GEM
responders (3.1.1) responders (3.1.1)
actionpack (>= 5.2) actionpack (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
rexml (3.2.6) rexml (3.3.7)
rgl (0.6.3) rgl (0.6.3)
pairing_heap (>= 0.3.0) pairing_heap (>= 0.3.0)
rexml (~> 3.2, >= 3.2.4) rexml (~> 3.2, >= 3.2.4)
@ -563,9 +563,9 @@ GEM
sprockets (4.2.1) sprockets (4.2.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4) rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2) sprockets-rails (3.5.2)
actionpack (>= 5.2) actionpack (>= 6.1)
activesupport (>= 5.2) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.7.0-x86_64-linux-musl) sqlite3 (1.7.0-x86_64-linux-musl)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
@ -579,8 +579,8 @@ GEM
temple (0.10.3) temple (0.10.3)
terminal-table (2.0.0) terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.3.0) thor (1.3.2)
tilt (2.3.0) tilt (2.4.0)
timecop (0.9.6) timecop (0.9.6)
timeout (0.4.1) timeout (0.4.1)
turbolinks (5.2.1) turbolinks (5.2.1)
@ -618,7 +618,7 @@ GEM
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
yard (0.9.34) yard (0.9.34)
zeitwerk (2.6.12) zeitwerk (2.6.18)
PLATFORMS PLATFORMS
x86_64-linux-musl x86_64-linux-musl