aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-22 14:08:59 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-22 14:09:24 -0500
commita9c8995ac222db589c6434924d051d26caf8861b (patch)
tree200c8baf7ef87e9a34821daa2daf3532f4ef3dbd /actionpack/Rakefile
parent24074796031d76d3ac2f5f0078d75699cce1bc54 (diff)
downloadrails-a9c8995ac222db589c6434924d051d26caf8861b.tar.gz
rails-a9c8995ac222db589c6434924d051d26caf8861b.tar.bz2
rails-a9c8995ac222db589c6434924d051d26caf8861b.zip
Bump rack-test required version to 0.5
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index cc7b4b0043..d764c35732 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -98,7 +98,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency('activesupport', '= 3.0.pre' + PKG_BUILD)
s.add_dependency('activemodel', '= 3.0.pre' + PKG_BUILD)
s.add_dependency('rack', '~> 1.0.0')
- s.add_dependency('rack-test', '~> 0.4.2')
+ s.add_dependency('rack-test', '~> 0.5.0')
s.require_path = 'lib'
s.autorequire = 'action_controller'