mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Back to rack master, rack-1.0 reverts the kind_of? String fix
This commit is contained in:
parent
631a27d6a5
commit
13280a049e
1 changed files with 1 additions and 1 deletions
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"
|
gem "sqlite3-ruby", ">= 1.2.5"
|
||||||
|
|
||||||
# AP
|
# AP
|
||||||
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git", :branch => "rack-1.0"
|
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
|
||||||
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
|
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
|
||||||
gem "rack-test", ">= 0.5.0"
|
gem "rack-test", ">= 0.5.0"
|
||||||
gem "erubis", ">= 2.6.5"
|
gem "erubis", ">= 2.6.5"
|
||||||
|
|
Loading…
Reference in a new issue