diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c67fbe68..6c179ed60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:4.0.1-browsers + - image: cimg/ruby:4.0.2-browsers environment: BUNDLE_PATH: vendor/bundle NODE_VERSION: 22.17.1 diff --git a/.ruby-version b/.ruby-version index 1454f6ed4..4d54daddb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.1 +4.0.2 diff --git a/.tool-versions b/.tool-versions index b5656b83a..4ed290d5b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 4.0.1 +ruby 4.0.2 nodejs 25.8.1 postgres 16.8 pnpm 10.5.2 diff --git a/Dockerfile b/Dockerfile index aab02d1f8..c6064d75c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.1 +FROM ruby:4.0.2 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 4efa12bd3..b33af0fac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -510,7 +510,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 4.0.1 + ruby 4.0.2 BUNDLED WITH 2.6.2