From 61741cc955e5affcfc6f8778a6439be41f2377df Mon Sep 17 00:00:00 2001 From: Marc Doerflinger Date: Mon, 17 Jun 2024 20:05:37 +0000 Subject: [PATCH] Update Ruby version to 3.3.3 (closes #478) --- .devcontainer/devcontainer.json | 5 ++++- .github/workflows/ruby.yml | 2 +- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f7a9f9a..978c6427 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,10 @@ // Set *default* container specific settings.json values on container create. "features": { - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, + "ghcr.io/devcontainers/features/ruby:1": { + "version": "3.3.3" + } }, // Add the IDs of extensions you want installed when the container is created. diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 92d3053e..bedfaae3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.3.1'] + ruby-version: ['3.3.3'] steps: - uses: actions/checkout@v4 diff --git a/.ruby-version b/.ruby-version index bea438e9..619b5376 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.3 diff --git a/Dockerfile b/Dockerfile index 07d8c43c..f3932133 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### ------- Builder ------- ### -ARG RUBY_VERSION=3.3.1 +ARG RUBY_VERSION=3.3.3 FROM ruby:${RUBY_VERSION}-alpine as builder ENV HOME=/app \ diff --git a/Gemfile.lock b/Gemfile.lock index 79d5a4da..45f6a57f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ DEPENDENCIES web-console (>= 4.1.0) RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.3p89 BUNDLED WITH 2.5.11