From 1859f622bebd8e3d8c92190c46d10e5545ba5ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:54:41 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/ruby.yml | 4 ++-- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7090835b..f3df9fe6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.10 + ruby-version: 4.0.7 bundler-cache: true - name: Configure bundler diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 852d1633..e64b50c7 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.10 + ruby-version: 4.0.7 bundler-cache: true - name: config bundler run: | @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.10 + ruby-version: 4.0.7 bundler-cache: true - name: config bundler run: | diff --git a/.ruby-version b/.ruby-version index 84d6c676..d13e837c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.10 +4.0.6 diff --git a/Gemfile b/Gemfile index c5118031..546d2b22 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.4.10' +ruby '4.0.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 49a9f50d..6bcd7bd3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -641,7 +641,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 3.4.10p104 + ruby 4.0.6p0 BUNDLED WITH 2.4.10