Skip to content

Commit ac6f04b

Browse files
chore(deps): update dependency ruby to v4
1 parent 4e4ba70 commit ac6f04b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ruby/setup-ruby@v1
3939
with:
4040
working-directory: rails
41-
ruby-version: '3.4.8'
41+
ruby-version: '4.0.1'
4242
bundler-cache: true
4343

4444
- name: Install node modules

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '~> 3.4.0'
4+
ruby '~> 4.0.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 7.2.0'

rails/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ DEPENDENCIES
446446
will_paginate
447447

448448
RUBY VERSION
449-
ruby 3.4.8
449+
ruby 4.0.1
450450

451451
BUNDLED WITH
452452
4.0.6

0 commit comments

Comments
 (0)