From 7cbd336e2af8b01e92e828f713b4e1869df39eb5 Mon Sep 17 00:00:00 2001 From: LuukvH Date: Thu, 18 Apr 2024 09:57:43 +0200 Subject: [PATCH] chore: Update ruby 3.1.4 to 3.2.3 --- .github/workflows/ci.yml | 6 +++--- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3d68f..82530ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.2.3 bundler-cache: true - name: Run brakeman @@ -25,7 +25,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.2.3 bundler-cache: true - name: Run rubocop @@ -54,7 +54,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.2.3 bundler-cache: true - name: Run RSpec diff --git a/.tool-versions b/.tool-versions index 306ab33..c1c77c3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.1.4 +ruby 3.2.3 diff --git a/Dockerfile b/Dockerfile index c6b4717..a27df37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.4-alpine +FROM ruby:3.2.3-alpine # Set Rails environment to production ENV RAILS_ENV production diff --git a/Gemfile b/Gemfile index c45b577..d672fc3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -ruby '3.1.4' +ruby '3.2.3' source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index 71c72c0..dc5eafd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.4p223 + ruby 3.2.3p157 BUNDLED WITH 2.2.33