Use rails edge that now includes the feature

This commit is contained in:
David Heinemeier Hansson
2025-11-30 21:07:26 +01:00
parent 796195c2cc
commit e8626f9d5d
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Rails
gem "rails", github: "rails/rails", ref: "478abdb62b4ff769ae2d9cf2e34be8335d9b6f7e" # branch: "main"
gem "rails", github: "rails/rails", branch: "main"
gem "ostruct"
gem "benchmark"

View File

@@ -26,8 +26,8 @@ GIT
GIT
remote: https://github.com/rails/rails.git
revision: 478abdb62b4ff769ae2d9cf2e34be8335d9b6f7e
ref: 478abdb62b4ff769ae2d9cf2e34be8335d9b6f7e
revision: 83b33ca4809bf570d9a15c12f626eae2181583be
branch: main
specs:
actioncable (8.2.0.alpha)
actionpack (= 8.2.0.alpha)
@@ -441,4 +441,4 @@ DEPENDENCIES
webmock
BUNDLED WITH
2.5.9
2.7.2