Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
FF_SCRIPT_SECTIONS: 'true'
JUNIT_OUTPUT: 'true'
ECR_REGISTRY: '${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com'
IDP_CI_SHA: 'sha256:908cb207c214016f3e366b2ebbe89c2077cfe1d40f3b82ad8d79e58e0cec720b'
IDP_CI_SHA: 'sha256:756a1d450b422720dee36cb9a6217687bcad1e40b780219d360989861ce94212'
PKI_IMAGE_TAG: 'main'
DASHBOARD_IMAGE_TAG: 'main'

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ group :development, :test do
gem 'i18n-tasks', '~> 1.0'
gem 'knapsack'
gem 'listen'
gem 'nokogiri', '~> 1.14.0'
gem 'nokogiri', '~> 1.16.0'
gem 'pg_query', require: false
gem 'pry-byebug'
gem 'pry-doc'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
ice_nine (0.11.2)
io-console (0.6.0)
irb (1.9.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jmespath (1.6.2)
jsbundling-rails (1.1.2)
railties (>= 6.0.0)
json (2.7.0)
json (2.7.1)
jwe (0.4.0)
jwt (2.7.1)
knapsack (4.0.0)
Expand Down Expand Up @@ -427,15 +427,15 @@ GEM
net-ssh (6.1.0)
newrelic_rpm (9.7.0)
nio4r (2.7.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openssl (3.0.2)
openssl-signature_algorithm (1.2.1)
openssl (> 2.0, < 3.1)
orm_adapter (0.5.0)
parallel (1.23.0)
parser (3.2.2.4)
parser (3.3.0.0)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -468,7 +468,7 @@ GEM
yard (~> 0.9.11)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.2)
Expand All @@ -481,7 +481,7 @@ GEM
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-headers_filter (0.0.1)
rack-mini-profiler (3.1.1)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
rack-proxy (0.7.7)
rack
Expand Down Expand Up @@ -537,7 +537,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redacted_struct (1.1.0)
redcarpet (3.6.0)
Expand All @@ -546,7 +546,7 @@ GEM
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.2)
reline (0.4.0)
reline (0.4.1)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -658,7 +658,7 @@ GEM
unf (~> 0.1.4)
smart_properties (1.17.0)
stringex (2.8.5)
stringio (3.0.9)
stringio (3.1.0)
strong_migrations (1.6.4)
activerecord (>= 5.2)
subprocess (1.5.5)
Expand Down Expand Up @@ -788,7 +788,7 @@ DEPENDENCIES
multiset
net-sftp
newrelic_rpm (~> 9.0)
nokogiri (~> 1.14.0)
nokogiri (~> 1.16.0)
pg
pg_query
phonelib
Expand Down Expand Up @@ -852,7 +852,7 @@ DEPENDENCIES
zxcvbn (= 0.1.9)

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.20
2 changes: 1 addition & 1 deletion dockerfiles/idp_ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/ruby:3.2.2-bullseye
FROM public.ecr.aws/docker/library/ruby:3.3.0-bullseye

ENV NODE_MAJOR 20

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/idp_review_app.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim
FROM ruby:3.3.0-slim

# Set environment variables
ARG ARG_CI_ENVIRONMENT_SLUG="placeholder"
Expand Down