Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 29, 2024
1 parent 206904d commit e64b09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 6ac161f93f81224d833482fe0e19284d0b9920be
revision: 6af074312bbd10379fdf9b87cb0f4ef9ce2d39e9
branch: main
specs:
msip (2.2.0.beta5)
Expand Down
2 changes: 1 addition & 1 deletion bin/gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (test "$SINAC" != "1") then {
echo "Eliminando $rutapore/*"
rm -rf $rutapore/*
} fi;
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 MAKE=gmake make=gmake QMAKE=qmake4 bundle update
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 MAKE=gmake make=gmake QMAKE=qmake4 bundle update --conservative
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 MAKE=gmake make=gmake QMAKE=qmake4 bundle update --bundler
if (test "$?" != "0") then {
exit 1;
Expand Down

0 comments on commit e64b09a

Please sign in to comment.