From ceb1a795681a75c9f8d440841aee152b361d94c1 Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Sat, 28 Dec 2024 00:01:06 +0900 Subject: [PATCH] Update Ruby version to 3.4.1 --- .github/workflows/brakeman.yml | 2 +- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index e130a25..64c6cba 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.6 + ruby-version: 3.4.1 - uses: reviewdog/action-brakeman@v2 with: reporter: github-pr-review # Default is github-pr-check diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40d9e55..25a4295 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: options: --entrypoint redis-server container: - image: ruby:3.3.6 + image: ruby:3.4.1 env: BASE_URL: 'http://example.com' DATABASE_URL: postgresql://postgres:password@postgres diff --git a/Dockerfile b/Dockerfile index 07e376c..491592b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.6 +FROM ruby:3.4.1 RUN apt-get update -qq && apt-get install -y postgresql-client RUN mkdir /app WORKDIR /app diff --git a/Gemfile b/Gemfile index 6260f53..6c07bda 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '3.3.6' +ruby '3.4.1' gem 'rails', '~> 8.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4029b30..dde4350 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,6 +163,7 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) + mini_portile2 (2.8.8) minitest (5.25.4) mongo (2.21.0) bson (>= 4.14.1, < 6.0.0) @@ -180,11 +181,8 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.17.2-aarch64-linux) - racc (~> 1.4) - nokogiri (1.17.2-arm64-darwin) - racc (~> 1.4) - nokogiri (1.17.2-x86_64-linux) + nokogiri (1.17.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -355,7 +353,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.6p108 + ruby 3.4.1p0 BUNDLED WITH 2.5.23