mirror of https://github.com/rails/rails
Bundle rack-1.0 branch
This commit is contained in:
parent
1fcf32f8fe
commit
819bdd0f4a
2
Gemfile
2
Gemfile
|
@ -14,7 +14,7 @@ gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
|
|||
gem "sqlite3-ruby", ">= 1.2.5"
|
||||
|
||||
# AP
|
||||
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
|
||||
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git", :branch => "rack-1.0"
|
||||
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
|
||||
gem "rack-test", ">= 0.5.0"
|
||||
gem "erubis", ">= 2.6.5"
|
||||
|
|
Loading…
Reference in New Issue