Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler

This commit is contained in:
Yehuda Katz 2009-11-16 12:29:38 -08:00
parent 7601d482bd
commit c1f5168073
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "arel"]
path = arel
url = git://github.com/rails/arel.git
[submodule "rack-mount"]
path = rack-mount
url = git://github.com/rails/rack-mount.git

1
arel Submodule

@ -0,0 +1 @@
Subproject commit 0faeb5047407348533db952d9cf93ea59d2526dc

1
rack-mount Submodule

@ -0,0 +1 @@
Subproject commit 3784e633b42f43a4131e02519be60080d179da21