From 91c1b14d600c7cd38a67f4460d6acdfa38eae8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Sun, 8 Oct 2023 20:22:02 -0500 Subject: [PATCH] Actualiza --- Gemfile | 142 +++++++++++++++++++++++------------------------ Gemfile.lock | 18 +++--- db/structure.sql | 3 +- yarn.lock | 49 +++++++--------- 4 files changed, 103 insertions(+), 109 deletions(-) diff --git a/Gemfile b/Gemfile index 1caf0c4b..78491d8c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,146 +1,146 @@ -source 'https://rubygems.org' +source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -gem 'acts_as_list' +gem "acts_as_list" -gem 'apexcharts', - git: 'https://github.com/vtamara/apexcharts.rb.git', branch: :master +gem "apexcharts", + git: "https://github.com/vtamara/apexcharts.rb.git", branch: :master -gem 'babel-transpiler' +gem "babel-transpiler" -gem 'bcrypt' +gem "bcrypt" gem "best_in_place", git: "https://github.com/mmotherwell/best_in_place" -gem 'bootsnap', '>=1.1.0', require: false +gem "bootsnap", ">=1.1.0", require: false -gem 'cancancan' +gem "cancancan" -gem 'cocoon', git: 'https://github.com/vtamara/cocoon.git', - branch: 'new_id_with_ajax' # Formularios anidados (algunos con ajax) +gem "cocoon", git: "https://github.com/vtamara/cocoon.git", + branch: "new_id_with_ajax" # Formularios anidados (algunos con ajax) -gem 'coffee-rails' # CoffeeScript para recuersos .js.coffee y vistas +gem "coffee-rails" # CoffeeScript para recuersos .js.coffee y vistas -gem 'color' +gem "color" -gem 'devise' # Autenticación y roles +gem "devise" # Autenticación y roles -gem 'devise-i18n' +gem "devise-i18n" -gem 'hotwire-rails' +gem "hotwire-rails" -gem 'jbuilder' # API JSON facil. Ver: https://github.com/rails/jbuilder +gem "jbuilder" # API JSON facil. Ver: https://github.com/rails/jbuilder -gem 'jsbundling-rails' +gem "jsbundling-rails" -gem 'kt-paperclip', # Anexos - git: 'https://github.com/kreeti/kt-paperclip.git' +gem "kt-paperclip", # Anexos + git: "https://github.com/kreeti/kt-paperclip.git" -gem 'libxml-ruby' +gem "libxml-ruby" -gem 'odf-report' # Genera ODT +gem "odf-report" # Genera ODT -gem 'nokogiri', '>=1.11.1' +gem "nokogiri", ">=1.11.1" -gem 'pg' # Postgresql +gem "pg" # Postgresql -gem 'prawn' # Generación de PDF +gem "prawn" # Generación de PDF -gem 'prawnto_2', :require => 'prawnto' +gem "prawnto_2", :require => "prawnto" -gem 'prawn-table' +gem "prawn-table" -gem 'rack' +gem "rack" -gem 'rack-cors' +gem "rack-cors" -gem 'rails', '~> 7.0' - #git: 'https://github.com/rails/rails.git', branch: '6-1-stable' +gem "rails", ">= 7.0", "< 7.1" + #git: "https://github.com/rails/rails.git", branch: "6-1-stable" -gem 'rails-i18n' +gem "rails-i18n" -gem 'redcarpet' # Markdown +gem "redcarpet" # Markdown -gem 'rspreadsheet' # Genera ODS +gem "rspreadsheet" # Genera ODS -gem 'rubyzip', '>= 2.0' +gem "rubyzip", ">= 2.0" -gem 'sassc-rails' # Hojas de estilo con SCSS +gem "sassc-rails" # Hojas de estilo con SCSS -gem 'simple_form' # Formularios simples +gem "simple_form" # Formularios simples -gem 'sprockets-rails' +gem "sprockets-rails" -gem 'stimulus-rails' +gem "stimulus-rails" -gem 'turbo-rails', '~> 1.0' +gem "turbo-rails", "~> 1.0" -gem 'twitter_cldr' # ICU con CLDR +gem "twitter_cldr" # ICU con CLDR -gem 'tzinfo' # Zonas horarias +gem "tzinfo" # Zonas horarias -gem 'will_paginate' # Listados en páginas +gem "will_paginate" # Listados en páginas ##### # Motores que se sobrecargan vistas (a diferencia de las anteriores gemas, # estas ponerse en orden de apilamiento lógico y no alfabético). -gem 'msip', # Motor generico - git: 'https://gitlab.com/pasosdeJesus/msip.git', branch: 'main' - #path: '../msip' +gem "msip", # Motor generico + git: "https://gitlab.com/pasosdeJesus/msip.git", branch: "main" + #path: "../msip" -gem 'mr519_gen', # Motor de gestion de formularios y encuestas - git: 'https://gitlab.com/pasosdeJesus/mr519_gen.git', branch: 'main' - #path: '../mr519_gen' +gem "mr519_gen", # Motor de gestion de formularios y encuestas + git: "https://gitlab.com/pasosdeJesus/mr519_gen.git", branch: "main" + #path: "../mr519_gen" -gem 'heb412_gen', # Motor de nube y llenado de plantillas - git: 'https://gitlab.com/pasosdeJesus/heb412_gen.git', branch: 'main' - #path: '../heb412_gen' +gem "heb412_gen", # Motor de nube y llenado de plantillas + git: "https://gitlab.com/pasosdeJesus/heb412_gen.git", branch: "main" + #path: "../heb412_gen" -gem 'sivel2_gen', # Motor para manejo de casos - git: 'https://gitlab.com/pasosdeJesus/sivel2_gen.git', branch: 'main' - #path: '../sivel2_gen' +gem "sivel2_gen", # Motor para manejo de casos + git: "https://gitlab.com/pasosdeJesus/sivel2_gen.git", branch: "main" + #path: "../sivel2_gen" -gem 'apo214', # Motor para manejo de casos - git: 'https://gitlab.com/pasosdeJesus/apo214.git', branch: 'main' - #path: '../apo214' +gem "apo214", # Motor para manejo de casos + git: "https://gitlab.com/pasosdeJesus/apo214.git", branch: "main" + #path: "../apo214" group :development, :test do - gem 'debug' # Depurar + gem "debug" # Depurar - gem 'colorize' # Colores en terminal + gem "colorize" # Colores en terminal - gem 'dotenv-rails' + gem "dotenv-rails" end group :development do - gem 'erd' + gem "erd" - gem 'puma' + gem "puma" - gem 'rails-erd' + gem "rails-erd" - gem 'redis', '~> 4.0' + gem "redis", "~> 4.0" - gem 'spring' # Acelera ejecutando en fondo. + gem "spring" # Acelera ejecutando en fondo. - gem 'web-console' + gem "web-console" end group :test do - gem 'cuprite' + gem "cuprite" - gem 'capybara' + gem "capybara" - gem 'selenium-webdriver' + gem "selenium-webdriver" - gem 'simplecov' + gem "simplecov" end group :production do - gem 'unicorn' # Para despliegue + gem "unicorn" # Para despliegue end diff --git a/Gemfile.lock b/Gemfile.lock index b3109dd0..4958e7e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/heb412_gen.git - revision: 71495453bb62ca518ca00be3aee5add3f3faa8ff + revision: 31f166f4c14aae30f070b28707338f052b6ba82b branch: main specs: heb412_gen (2.2.0.beta4) @@ -64,7 +64,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: 090470149b6fc798f1c056e60c27af6de486543f + revision: 1b98b3ba2b146f2768d4699049b0a2c322adb4ae branch: main specs: msip (2.2.0.beta4) @@ -84,7 +84,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git - revision: d7b620d767f0f9d4d83866affb74fc2893adcda4 + revision: 7f4448f16811cc58c2633bba7866d99d4aac54e6 branch: main specs: sivel2_gen (2.2.0.beta4) @@ -212,7 +212,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-i18n (1.11.1) + devise-i18n (1.12.0) devise (>= 4.9.0) docile (1.4.0) dotenv (2.8.1) @@ -255,7 +255,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.16.2) + ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) hotwire-rails (0.1.3) @@ -288,12 +288,12 @@ GEM method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0808) + mime-types-data (3.2023.1003) mini_mime (1.1.5) mini_portile2 (2.8.4) minitest (5.20.0) msgpack (1.7.2) - net-imap (0.3.7) + net-imap (0.4.0) date net-protocol net-pop (0.1.2) @@ -375,7 +375,7 @@ GEM redcarpet (3.6.0) redis (4.8.1) regexp_parser (2.8.1) - reline (0.3.8) + reline (0.3.9) io-console (~> 0.5) responders (3.1.0) actionpack (>= 5.2) @@ -496,7 +496,7 @@ DEPENDENCIES puma rack rack-cors - rails (~> 7.0) + rails (>= 7.0, < 7.1) rails-erd rails-i18n redcarpet diff --git a/db/structure.sql b/db/structure.sql index 79a8af9b..a77258ce 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -8836,6 +8836,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20230712163859'), ('20230722180204'), ('20230723011110'), -('20230927001422'); +('20230927001422'), +('20231007095930'); diff --git a/yarn.lock b/yarn.lock index 851f680d..1b6bf208 100644 --- a/yarn.lock +++ b/yarn.lock @@ -616,9 +616,9 @@ integrity sha512-F6S74NGpxhbbDRFsQFGYqefRfZPgYvePNtz9hHKYOqLturrsqrDoG+UcrxEGHsvqDUorMYfx4Wl3K8smmk/u2g== "@rails/actioncable@^7.0": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.8.tgz#f44e7517f2d1570f1eabeea457dbeb17ed3a2d12" - integrity sha512-GjYQv89ZOOfbFw8VMNUOG33GXzyAA/TCVoD+742Ob4svm1XXUkd+w+ewqUXd+7VHQtV35y1/O78AGIPeJDTy/g== + version "7.1.0" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.0.tgz#9b1543b0abf5a0a7ef7088882ee3d6092b2745b3" + integrity sha512-MBGzAQHOk+sXblpCQsM0MPxQDzvTLFwaFu8jqYbfWDejpZPszo9xaAOF/3+iv7ab1o6PFiTpdbh+PR4osofIWw== "@rails/actiontext@^6.0.0": version "6.1.7" @@ -635,9 +635,9 @@ spark-md5 "^3.0.0" "@rails/ujs@^7.0.1": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.8.tgz#59853367d0827b3955d2c4bedfd5eba4a79d3422" - integrity sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA== + version "7.1.0" + resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.0.tgz#144ec54b1cc53aa24713cafc29bf8a8d52ac3d24" + integrity sha512-cO8+HREI8hhJDaFyzGCA4AL9/EotHYSTz1v7aQmfZmUdanx/ppXe+MPE4dly2/MtC6Ha6K2Dkzo7bkDGc46y6Q== "@sinonjs/commons@^1.7.0": version "1.8.6" @@ -723,9 +723,9 @@ integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ== "@types/node@*": - version "20.8.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.2.tgz#d76fb80d87d0d8abfe334fc6d292e83e5524efc4" - integrity sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w== + version "20.8.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.3.tgz#c4ae2bb1cfab2999ed441a95c122bbbe1567a66d" + integrity sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw== "@types/parse-json@^4.0.0": version "4.0.0" @@ -1052,9 +1052,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001541: - version "1.0.30001543" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz#478a3e9dddbb353c5ab214b0ecb0dbed529ed1d8" - integrity sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA== + version "1.0.30001546" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz#10fdad03436cfe3cc632d3af7a99a0fb497407f0" + integrity sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw== chalk@^2.4.2: version "2.4.2" @@ -1084,9 +1084,9 @@ chosen-js@^1.8.7: integrity sha512-eVdrZJ2U5ISdObkgsi0od5vIJdLwq1P1Xa/Vj/mgxkMZf14DlgobfB6nrlFi3kW4kkvKLsKk4NDqZj1MU1DCpw== ci-info@^3.2.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" - integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== + version "3.9.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" + integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== cjs-module-lexer@^1.0.0: version "1.2.3" @@ -1282,9 +1282,9 @@ domexception@^2.0.1: webidl-conversions "^5.0.0" electron-to-chromium@^1.4.535: - version "1.4.539" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.539.tgz#5ce6b161e252132cc84501bc35d084995a2a9840" - integrity sha512-wRmWJ8F7rgmINuI32S6r2SLrw/h/bJQsDSvBiq9GBfvc2Lh73qTOwn73r3Cf67mjVgFGJYcYtmERzySa5jIWlg== + version "1.4.544" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.544.tgz#fcb156d83f0ee6e4c9d030c6fedb2a37594f3abf" + integrity sha512-54z7squS1FyFRSUqq/knOFSptjjogLZXbKcYk3B0qkE1KZzvqASwRZnY2KzZQJqIYLVD38XZeoiMRflYSwyO4w== emittery@^0.8.1: version "0.8.1" @@ -1564,11 +1564,6 @@ fsevents@^2.3.2: resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" @@ -1636,11 +1631,9 @@ has-flag@^4.0.0: integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" + version "1.0.4" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6" + integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ== html-encoding-sniffer@^2.0.1: version "2.0.1"