Commits on Source (10)
-
Dean Lovett authored
-
Dean Lovett authored
-
Dean Lovett authored
-
John Harris authored
-
John Harris authored
-
John Harris authored
-
John Harris authored
-
John Harris authored
Refactor rails runtime base image for stage 2 reuse See merge request !6
-
John Harris authored
Select this in the gitlab project config
-
git authored
Showing
- .gitlab-ci-legacy.yml 49 additions, 0 deletions.gitlab-ci-legacy.yml
- .gitlab-ci.yml 6 additions, 41 deletions.gitlab-ci.yml
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- Dockerfile 23 additions, 24 deletionsDockerfile
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 60 additions, 60 deletionsGemfile.lock
- README.md 7 additions, 4 deletionsREADME.md
- app/bootstrap-app-bundle.sh 5 additions, 0 deletionsapp/bootstrap-app-bundle.sh
- app/bootstrap-app-dir.sh 5 additions, 0 deletionsapp/bootstrap-app-dir.sh
- app/bootstrap-apt-clean.sh 6 additions, 0 deletionsapp/bootstrap-apt-clean.sh
- app/bootstrap-apt-upgrade.sh 6 additions, 0 deletionsapp/bootstrap-apt-upgrade.sh
- gem-update.sh 11 additions, 0 deletionsgem-update.sh
.gitlab-ci-legacy.yml
0 → 100644
... | ... | @@ -4,7 +4,7 @@ source 'https://rubygems.org' |
ruby '2.7.5' | ||
# Core Gems | ||
gem 'rails', '7.0.2.3' | ||
gem 'rails', '7.0.2.4' | ||
gem 'puma', '5.6.4' | ||
gem 'sass-rails', '5.1.0' | ||
gem 'uglifier', '4.2.0' | ||
... | ... |
app/bootstrap-app-bundle.sh
0 → 100755
app/bootstrap-app-dir.sh
0 → 100755
app/bootstrap-apt-clean.sh
0 → 100755
app/bootstrap-apt-upgrade.sh
0 → 100755
gem-update.sh
0 → 100755