dep: go back to Rails edge
now that the SQLite URI improvements have landed
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
|
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
|
# Assets & front end
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
|
|||||||
+56
-56
@@ -40,33 +40,33 @@ GIT
|
|||||||
zeitwerk (~> 2)
|
zeitwerk (~> 2)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/flavorjones/rails.git
|
remote: https://github.com/rails/rails.git
|
||||||
revision: aa964b6012c614909d8524a497e3e79b956b3ade
|
revision: 1ca947883d1975487e14208e8159726654fc20d1
|
||||||
branch: flavorjones/improve-sqlite-url-support
|
branch: main
|
||||||
specs:
|
specs:
|
||||||
actioncable (8.1.0.beta1)
|
actioncable (8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (8.1.0.beta1)
|
actionmailbox (8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
activejob (= 8.1.0.beta1)
|
activejob (= 8.2.0.alpha)
|
||||||
activerecord (= 8.1.0.beta1)
|
activerecord (= 8.2.0.alpha)
|
||||||
activestorage (= 8.1.0.beta1)
|
activestorage (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (8.1.0.beta1)
|
actionmailer (8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
actionview (= 8.1.0.beta1)
|
actionview (= 8.2.0.alpha)
|
||||||
activejob (= 8.1.0.beta1)
|
activejob (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (8.1.0.beta1)
|
actionpack (8.2.0.alpha)
|
||||||
actionview (= 8.1.0.beta1)
|
actionview (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
@@ -74,36 +74,36 @@ GIT
|
|||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
useragent (~> 0.16)
|
useragent (~> 0.16)
|
||||||
actiontext (8.1.0.beta1)
|
actiontext (8.2.0.alpha)
|
||||||
action_text-trix (~> 2.1.15)
|
action_text-trix (~> 2.1.15)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
activerecord (= 8.1.0.beta1)
|
activerecord (= 8.2.0.alpha)
|
||||||
activestorage (= 8.1.0.beta1)
|
activestorage (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (8.1.0.beta1)
|
actionview (8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (8.1.0.beta1)
|
activejob (8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (8.1.0.beta1)
|
activemodel (8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
activerecord (8.1.0.beta1)
|
activerecord (8.2.0.alpha)
|
||||||
activemodel (= 8.1.0.beta1)
|
activemodel (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (8.1.0.beta1)
|
activestorage (8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
activejob (= 8.1.0.beta1)
|
activejob (= 8.2.0.alpha)
|
||||||
activerecord (= 8.1.0.beta1)
|
activerecord (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (8.1.0.beta1)
|
activesupport (8.2.0.alpha)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
@@ -116,23 +116,23 @@ GIT
|
|||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0, >= 2.0.5)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
uri (>= 0.13.1)
|
uri (>= 0.13.1)
|
||||||
rails (8.1.0.beta1)
|
rails (8.2.0.alpha)
|
||||||
actioncable (= 8.1.0.beta1)
|
actioncable (= 8.2.0.alpha)
|
||||||
actionmailbox (= 8.1.0.beta1)
|
actionmailbox (= 8.2.0.alpha)
|
||||||
actionmailer (= 8.1.0.beta1)
|
actionmailer (= 8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
actiontext (= 8.1.0.beta1)
|
actiontext (= 8.2.0.alpha)
|
||||||
actionview (= 8.1.0.beta1)
|
actionview (= 8.2.0.alpha)
|
||||||
activejob (= 8.1.0.beta1)
|
activejob (= 8.2.0.alpha)
|
||||||
activemodel (= 8.1.0.beta1)
|
activemodel (= 8.2.0.alpha)
|
||||||
activerecord (= 8.1.0.beta1)
|
activerecord (= 8.2.0.alpha)
|
||||||
activestorage (= 8.1.0.beta1)
|
activestorage (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 8.1.0.beta1)
|
railties (= 8.2.0.alpha)
|
||||||
railties (8.1.0.beta1)
|
railties (8.2.0.alpha)
|
||||||
actionpack (= 8.1.0.beta1)
|
actionpack (= 8.2.0.alpha)
|
||||||
activesupport (= 8.1.0.beta1)
|
activesupport (= 8.2.0.alpha)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user