From dc7471d254f7ef8d788941931548151e99cddbb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:02:42 +0000 Subject: [PATCH] Update dependency ruby to v3.3.5 --- api/.ruby-version | 2 +- api/Dockerfile | 2 +- api/Gemfile | 2 +- api/Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/.ruby-version b/api/.ruby-version index 619b53766..fa7adc7ac 100644 --- a/api/.ruby-version +++ b/api/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.5 diff --git a/api/Dockerfile b/api/Dockerfile index f01273dca..f222e23e1 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM ruby:3.3.3 +FROM ruby:3.3.5 RUN apt-get update -qq && apt-get -y install mariadb-client LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos diff --git a/api/Gemfile b/api/Gemfile index 057605ac6..ed03bb6f4 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.3' +ruby '3.3.5' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem 'rails', '~> 7.1.3', '>= 7.1.3.3' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index f01cefddc..84e870786 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -334,7 +334,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.5p100 BUNDLED WITH 2.3.26