From 9e4563d3d682407726b6f9ef30bef2004838668c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:34:27 +0000 Subject: [PATCH] chore(deps): update dependency ruby --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f..1809198 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.4.0 diff --git a/Dockerfile b/Dockerfile index 993594a..19663b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2 +FROM ruby:3.3.6 ENV LANG C.UTF-8 ARG NODEJS_MAJOR_VERSION=16.x ARG NODEJS_PATCH_VERSION=16.19.0 diff --git a/Gemfile b/Gemfile index 4595348..5aaf013 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -ruby '3.2.2' +ruby '3.4.0' gem 'activeadmin' gem 'active_model_serializers'