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

chore: sync with fork & update ruby to 3.2.4

parent 4fb6f819
No related branches found
No related tags found
1 merge request!1sync with fork, add debase, update ruby
Pipeline #76911 failed
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.7.2'
gem 'rails', '7.0.8.1'
gem 'puma', '6.4.2'
gem 'sass-rails', '5.1.0'
gem 'uglifier', '4.2.0'
......@@ -36,9 +36,9 @@ gem 'pundit', '2.2.0'
gem 'nexus_seed', '0.2.30'
# Monitoring / Performance
gem 'ddtrace', '1.20.0'
gem 'ddtrace', '1.22.0'
gem 'health_check', '3.1.0'
gem 'nexus_semantic_logger', '1.12.3'
gem 'nexus_semantic_logger', '1.12.5'
gem 'actionpack-cloudflare', '1.1.0'
# Caching
......
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.7.2)
actionpack (= 7.0.7.2)
activesupport (= 7.0.7.2)
actioncable (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.7.2)
actionpack (= 7.0.7.2)
activejob (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
actionmailbox (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.7.2)
actionpack (= 7.0.7.2)
actionview (= 7.0.7.2)
activejob (= 7.0.7.2)
activesupport (= 7.0.7.2)
actionmailer (7.0.8.1)
actionpack (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activesupport (= 7.0.8.1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.7.2)
actionview (= 7.0.7.2)
activesupport (= 7.0.7.2)
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0)
actionpack (>= 3.2)
actiontext (7.0.7.2)
actionpack (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
actiontext (7.0.8.1)
actionpack (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.7.2)
activesupport (= 7.0.7.2)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
......@@ -53,22 +53,22 @@ GEM
activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.7.2)
activesupport (= 7.0.7.2)
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
globalid (>= 0.3.6)
activemodel (7.0.7.2)
activesupport (= 7.0.7.2)
activerecord (7.0.7.2)
activemodel (= 7.0.7.2)
activesupport (= 7.0.7.2)
activestorage (7.0.7.2)
actionpack (= 7.0.7.2)
activejob (= 7.0.7.2)
activerecord (= 7.0.7.2)
activesupport (= 7.0.7.2)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activestorage (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activesupport (= 7.0.8.1)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.7.2)
activesupport (7.0.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
......@@ -80,14 +80,14 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
aws-partitions (1.887.0)
aws-sdk-core (3.191.0)
aws-partitions (1.922.0)
aws-sdk-core (3.193.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (1.80.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-core (~> 3, >= 3.127.0)
......@@ -95,8 +95,9 @@ GEM
aws-sigv4 (~> 1.4)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
batch-loader (2.0.1)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
bootstrap (4.6.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
......@@ -110,17 +111,17 @@ GEM
case_transform (0.2)
activesupport
concurrent-ruby (1.2.3)
crack (0.4.6)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
datadog-ci (0.7.0)
datadog-ci (0.8.3)
msgpack
date (3.3.4)
ddtrace (1.20.0)
datadog-ci (~> 0.7.0)
ddtrace (1.22.0)
datadog-ci (~> 0.8.1)
debase-ruby_core_source (= 3.3.1)
libdatadog (~> 5.0.0.1.0)
libdatadog (~> 7.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.3.1)
......@@ -163,22 +164,22 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
ibsciss-middleware (0.4.2)
ibsciss-middleware (0.4.3)
jmespath (1.6.2)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.1)
json (2.7.2)
jsonapi-renderer (0.2.2)
jwt (2.7.1)
libdatadog (5.0.0.1.0-x86_64-linux)
libdatadog (7.0.0.1.0-x86_64-linux)
libddwaf (1.14.0.0.0-x86_64-linux)
ffi (~> 1.0)
libv8-node (18.16.0.0-x86_64-linux)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
......@@ -189,12 +190,12 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.22.0)
minitest (5.22.3)
msgpack (1.7.2)
multi_xml (0.6.0)
mysql2 (0.5.5)
......@@ -205,7 +206,7 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
net_tcp_client (2.2.1)
nexus_cqrs (0.4.10)
......@@ -220,19 +221,19 @@ GEM
bunny
nexus_seed (0.2.30)
nexus_semantic_logger (~> 1.11)
nexus_semantic_logger (1.12.3)
nexus_semantic_logger (1.12.5)
amazing_print (~> 1.4.0)
ddtrace (~> 1.9)
dogstatsd-ruby (~> 5.4.0)
google-protobuf (~> 3.22.0)
net_tcp_client (~> 2.2.0)
rails_semantic_logger (~> 4.10.0)
nio4r (2.7.0)
nokogiri (1.16.2-x86_64-linux)
nio4r (2.7.1)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
pg (1.5.3)
popper_js (1.16.1)
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.2.0)
......@@ -240,27 +241,27 @@ GEM
pundit-matchers (1.7.0)
rspec-rails (>= 3.0.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.9)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.7.2)
actioncable (= 7.0.7.2)
actionmailbox (= 7.0.7.2)
actionmailer (= 7.0.7.2)
actionpack (= 7.0.7.2)
actiontext (= 7.0.7.2)
actionview (= 7.0.7.2)
activejob (= 7.0.7.2)
activemodel (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
rails (7.0.8.1)
actioncable (= 7.0.8.1)
actionmailbox (= 7.0.8.1)
actionmailer (= 7.0.8.1)
actionpack (= 7.0.8.1)
actiontext (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activemodel (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
bundler (>= 1.15.0)
railties (= 7.0.7.2)
railties (= 7.0.8.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
......@@ -276,9 +277,9 @@ GEM
rack
railties (>= 5.1)
semantic_logger (~> 4.9)
railties (7.0.7.2)
actionpack (= 7.0.7.2)
activesupport (= 7.0.7.2)
railties (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
method_source
rake (>= 12.2)
thor (~> 1.0)
......@@ -289,7 +290,7 @@ GEM
ffi (~> 1.0)
rbtree (0.4.6)
redis (4.6.0)
request_store (1.5.1)
request_store (1.6.0)
rack (>= 1.4)
rexml (3.2.6)
rspec-core (3.13.0)
......@@ -308,7 +309,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.0)
rspec-support (3.13.1)
ruby-mailchecker (5.0.9)
sass (3.7.4)
sass-listen (~> 4.0.0)
......@@ -360,7 +361,8 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.2)
sprockets (3.7.3)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
......@@ -368,7 +370,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strings-case (0.4.0)
thor (1.3.0)
thor (1.3.1)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.4.1)
......@@ -399,7 +401,7 @@ DEPENDENCIES
batch-loader (= 2.0.1)
bootstrap (= 4.6.0)
bunny-mock (= 1.7.0)
ddtrace (= 1.20.0)
ddtrace (= 1.22.0)
delayed_job_active_record (= 4.1.7)
discard (= 1.2.1)
dotenv-rails (= 2.8.1)
......@@ -416,14 +418,14 @@ DEPENDENCIES
nexus_cqrs (= 0.4.10)
nexus_domain_events (= 1.1.2)
nexus_seed (= 0.2.30)
nexus_semantic_logger (= 1.12.3)
nexus_semantic_logger (= 1.12.5)
pg (= 1.5.3)
puma (= 6.4.2)
pundit (= 2.2.0)
pundit-matchers (= 1.7.0)
rack-attack (= 6.6.1)
rack-cors (= 2.0.1)
rails (= 7.0.7.2)
rails (= 7.0.8.1)
rails-controller-testing (= 1.0.5)
redis (= 4.6.0)
rspec-rails (= 6.0.3)
......@@ -441,7 +443,7 @@ DEPENDENCIES
webmock (= 3.14.0)
RUBY VERSION
ruby 3.2.2p53
ruby 3.2.4p170
BUNDLED WITH
2.5.6
2.4.22
......@@ -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
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