diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-03 23:03:07 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-03 23:03:07 +0200 |
commit | bff374050d5a7e237fda98a1d4cc6256484e94f2 (patch) | |
tree | 82db71a4e0bd0eb4bb69d5e00c30332ed5a262e8 /Gemfile | |
parent | 836b54eed8c78ccf53e9d76855a02fd007ad6145 (diff) | |
download | rails-bff374050d5a7e237fda98a1d4cc6256484e94f2.tar.gz rails-bff374050d5a7e237fda98a1d4cc6256484e94f2.tar.bz2 rails-bff374050d5a7e237fda98a1d4cc6256484e94f2.zip |
Use latest rack-test.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ else gem "arel", '~> 2.1.0' end -gem "rack-test", :git => "git://github.com/brynary/rack-test.git" gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git" gem "coffee-script" |