dep: update Rails to the branch with the sqlite uri fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user