diff --git a/.circleci/config.yml b/.circleci/config.yml index 52fbc528b..42a31f5df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build: parallelism: 1 docker: - - image: cimg/ruby:3.4.7-browsers + - image: cimg/ruby:3.4.8-browsers environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 diff --git a/.ruby-version b/.ruby-version index 2aa513199..7921bd0c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.7 +3.4.8 diff --git a/.tool-versions b/.tool-versions index 6934637fb..f6e06d199 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.4.7 +ruby 3.4.8 bundler 2.6.2 postgres 14.6 diff --git a/Dockerfile b/Dockerfile index 98daa245d..b5726d77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.7 +FROM ruby:3.4.8 ENV RACK_ENV=production ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index e828b71ce..cc993cace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -472,7 +472,7 @@ DEPENDENCIES with_model RUBY VERSION - ruby 3.4.7 + ruby 3.4.8 BUNDLED WITH 2.6.2