Skip to content
Snippets Groups Projects
Commit 93f9883e authored by Mike Gane's avatar Mike Gane
Browse files

Merge branch 'chore/sync-with-fork' into 'master'

sync with fork, add debase, update ruby

See merge request !1
parents 3ff6c359 f78392fd
No related branches found
Tags v3.2.9
1 merge request!1sync with fork, add debase, update ruby
Pipeline #79872 passed
ruby 3.2.4
\ No newline at end of file
FROM ruby:3.2.2-slim-bullseye
FROM ruby:3.2.4-slim-bullseye
# Bootstrap scripts will also be used by stage 2 (rails-runtime-base-image).
COPY /app/bootstrap*sh /app/
......
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '3.2.2'
ruby '3.2.4'
# Core Gems
gem 'rails', '7.0.8.4'
......
......@@ -445,7 +445,7 @@ DEPENDENCIES
webmock (= 3.14.0)
RUBY VERSION
ruby 3.2.2p53
ruby 3.2.4p170
BUNDLED WITH
2.5.11
......@@ -2,7 +2,7 @@
cd "$(dirname "$0")"
set -ex
docker run --rm -it -v "$(pwd)":/app \
ruby:3.2.2-slim-bullseye sh \
ruby:3.2.4-slim-bullseye sh \
-c "apt-get update; \
apt-get install -y cmake build-essential ruby-dev libpq-dev default-libmysqlclient-dev; \
cd /app; \
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment