From 1e8d19b4fd96f4648264f208d2a4755649eda357 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 8 Dec 2024 00:38:18 -0800 Subject: [PATCH] update ruby, bundler --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index fa7adc7a..9c25013d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.6 diff --git a/Dockerfile b/Dockerfile index 4ee8e717..6c9bfaa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.3.5 +ARG RUBY_VERSION=3.3.6 FROM ruby:$RUBY_VERSION-slim AS base ARG GIT_SHA diff --git a/Gemfile.lock b/Gemfile.lock index 9386184b..3dfa2194 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -495,7 +495,7 @@ DEPENDENCIES web-console (~> 4.2) RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.6p108 BUNDLED WITH - 2.5.21 + 2.5.23