From 0670645b7f8a6f651d748f9dcdedee8da256d17f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 13 Oct 2025 12:51:14 -0400 Subject: [PATCH] dep: update Rails to the branch with the sqlite uri fixes --- Gemfile | 3 ++- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 083d72afd..745645f32 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,8 @@ source "https://rubygems.org" git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" } -gem "rails", github: "rails/rails", branch: "main" +# gem "rails", github: "rails/rails", branch: "main" +gem "rails", github: "flavorjones/rails", branch: "flavorjones/improve-sqlite-url-support" # Assets & front end gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index d0c656f0d..a834863d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,9 +31,9 @@ GIT zeitwerk (~> 2) GIT - remote: https://github.com/rails/rails.git - revision: 36da3909403a9ca9b5e9c4a2da9e89bef1500d85 - branch: main + remote: https://github.com/flavorjones/rails.git + revision: aa964b6012c614909d8524a497e3e79b956b3ade + branch: flavorjones/improve-sqlite-url-support specs: actioncable (8.1.0.beta1) actionpack (= 8.1.0.beta1)