diff --git a/.circleci/config.yml b/.circleci/config.yml index 34558113f..1f385bf7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:3.3.1-browsers + - image: cimg/ruby:3.3.2-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.ruby-version b/.ruby-version index bea438e9a..477254331 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.2 diff --git a/.tool-versions b/.tool-versions index aea8b3842..8f4490b56 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.3.1 +ruby 3.3.2 bundler 2.3.25 postgres 14.6 diff --git a/Dockerfile b/Dockerfile index d8b95f2f1..6fd74417d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.1 +FROM ruby:3.3.2 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 0547c2686..2563fbe96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 3.3.1 + ruby 3.3.2 BUNDLED WITH 2.4.13