Skip to content

Commit

Permalink
Restore rack gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Aug 31, 2009
1 parent 5e5e343 commit b4068c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionpack/Rakefile
Expand Up @@ -116,7 +116,8 @@ spec = Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency('activesupport', '= 3.0.pre' + PKG_BUILD)
s.add_dependency('rack-test', '~> 0.4.1')
s.add_dependency('rack', '~> 1.0.0')
s.add_dependency('rack-test', '~> 0.4.2')

s.require_path = 'lib'
s.autorequire = 'action_controller'
Expand Down

0 comments on commit b4068c1

Please sign in to comment.