Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: rails
ruby-version: '3.4.8'
ruby-version: '4.0.1'
bundler-cache: true

- name: Install node modules
Expand Down
2 changes: 1 addition & 1 deletion rails/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '~> 3.4.0'
ruby '~> 4.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.2.0'
Expand Down
2 changes: 1 addition & 1 deletion rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
will_paginate

RUBY VERSION
ruby 3.4.8
ruby 4.0.1

BUNDLED WITH
4.0.6
Loading