From 4a4c7874a9854b531291ed5ac1990c89e4987f58 Mon Sep 17 00:00:00 2001 From: Lori Bailey <44073106+elceebee@users.noreply.github.com> Date: Fri, 24 May 2024 12:08:03 +0100 Subject: [PATCH] Upgrade ruby patch version --- .github/actions/smoke-test_v2/action.yml | 4 ++-- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/smoke-test_v2/action.yml b/.github/actions/smoke-test_v2/action.yml index ead68af909..d1eb91853d 100644 --- a/.github/actions/smoke-test_v2/action.yml +++ b/.github/actions/smoke-test_v2/action.yml @@ -14,10 +14,10 @@ inputs: runs: using: composite steps: - - name: Set up Ruby 3.2.3 + - name: Set up Ruby 3.2.4 uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.3 + ruby-version: 3.2.4 - name: install bundler and gems shell: bash diff --git a/.tool-versions b/.tool-versions index 44c572a83a..5c73148cf3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -ruby 3.2.3 +ruby 3.2.4 bundler 2.3.20 kubelogin 0.1.0 kubectl 1 diff --git a/Dockerfile b/Dockerfile index c7a981727f..cdb4bbcfcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN bundle exec middleman build --build-dir=../public ### -FROM ruby:3.2.3-alpine3.19 +FROM ruby:3.2.4-alpine3.20 RUN apk add --no-cache libxml2 diff --git a/Gemfile b/Gemfile index e91321a80c..81ea0412b8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.3' +ruby '3.2.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '7.1.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index f35537c2b7..57e57b207d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -874,7 +874,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.3p157 + ruby 3.2.4p170 BUNDLED WITH 2.3.20