Skip to content

Commit

Permalink
Actualiza a msip 2.2.0.beta4, rails 7.1 y esbuild 0.19. Ver https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 22, 2024
1 parent 163ba5a commit 8e27350
Show file tree
Hide file tree
Showing 15 changed files with 832 additions and 772 deletions.
4 changes: 2 additions & 2 deletions .env.plantilla
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (test "$USUARIO_AP" = "") then {
if (test "$MSIP_FORMATO_FECHA" = "") then {
export MSIP_FORMATO_FECHA='dd/M/yyyy'
} fi;
if (test "$MSIP_UTA_ANEXOS" = "") then {
if (test "$MSIP_RUTA_ANEXOS" = "") then {
export MSIP_RUTA_ANEXOS=${DIRAP}/archivos/anexos
} fi;
if (test "$MSIP_RUTA_VOLCADOS" = "") then {
Expand All @@ -81,7 +81,7 @@ if (test "$MSIP_RUTA_VOLCADOS" = "") then {

# Configuraciones requeridas por heb412_gen
if (test "$HEB412_RUTA" = "") then {
export HEB412_RUTA=/public/heb412
export HEB412_RUTA=${DIRAP}/public/heb412
} fi;


Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ gem "prawn-table"

gem "rack-cors"

gem "rails", ">= 7.0", "<7.1"
gem "rack", "~> 2"

gem "rails", ">= 7.1", "<7.2"

gem "rails-i18n"

Expand Down
Loading

0 comments on commit 8e27350

Please sign in to comment.