1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Updated gems and rails for vulnerabilities, switched to bundle-audit from hakiri due to hakiri not supporting ruby 3, and removed the travisci gem.

This commit is contained in:
2021-08-30 20:06:31 +00:00
parent cb5f0e28ae
commit f7ea68da17
4 changed files with 97 additions and 165 deletions

View File

@@ -17,6 +17,7 @@ RUN apt-get -qq update \
default-libmysqlclient-dev \
nodejs \
tzdata \
git \
&& apt-get -qq clean \
&& apt-get autoremove -y \
&& rm -rf \