Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 4, 2025
1 parent 32883e2 commit 82d7c11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 0136dd131717e22a6c5e9d027e38e8ffcea55e5e
revision: d2e9f711f4b4bf8b8a7f33a14d3045d8e0bd18fc
branch: main
specs:
msip (2.3.0.alfa3)
Expand Down
10 changes: 5 additions & 5 deletions test/dummy/.env.plantilla
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ if (test "$BD_CLAVE" = "") then {
export BD_CLAVE=xyz
} fi;
if (test "$BD_DES" = "") then {
export BD_DES=mr519_22_mdes
export BD_DES=mr519_mdes
} fi;
if (test "$BD_PRUEBA" = "") then {
export BD_PRUEBA=mr519_22_mpru
export BD_PRUEBA=mr519_mpru
} fi;
if (test "$BD_PRO" = "") then {
export BD_PRO=mr519_22_mpro
export BD_PRO=mr519_mpro
} fi;


Expand All @@ -30,10 +30,10 @@ if (test "$CONFIG_HOSTS" = "") then {
export CONFIG_HOSTS=192.168.10.1
} fi;
if (test "$RUTA_RELATIVA" = "") then {
export RUTA_RELATIVA=/mr519_2_2/
export RUTA_RELATIVA=/mr519/
} fi;
if (test "$DIRAP" = "") then {
export DIRAP="$HOME/comp/rails/mr519_gen-2.2/test/dummy"
export DIRAP="$HOME/comp/rails/mr519_gen/test/dummy"
} fi;
if (test "$RAILS_ENV" = "") then {
export RAILS_ENV=development
Expand Down
3 changes: 2 additions & 1 deletion test/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
},
"browserslist": [
"defaults"
]
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 82d7c11

Please sign in to comment.