Skip to content

Commit 135a72d

Browse files
chore(deps): update dependency ruby to v4
1 parent b4899f9 commit 135a72d

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
@@ -444,7 +444,7 @@ DEPENDENCIES
444444
will_paginate
445445

446446
RUBY VERSION
447-
ruby 3.4.8
447+
ruby 4.0.0
448448

449449
BUNDLED WITH
450450
4.0.3

0 commit comments

Comments
 (0)