diff --git a/.circleci/config.yml b/.circleci/config.yml index 1874bcbc5..dba1e81b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:3.3.4-browsers + - image: cimg/ruby:3.3.5-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.ruby-version b/.ruby-version index a0891f563..fa7adc7ac 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/.tool-versions b/.tool-versions index 9d4dec39f..efcc46acf 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.3.4 +ruby 3.3.5 bundler 2.3.25 postgres 14.6 diff --git a/Dockerfile b/Dockerfile index 2ee9a85d6..f8c323b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4 +FROM ruby:3.3.5 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index 725f67ab3..906584520 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -438,7 +438,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 3.3.4 + ruby 3.3.5 BUNDLED WITH 2.4.13