Skip to content

Commit

Permalink
Correctly setup the rack gem dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 13, 2009
1 parent f36d9a6 commit ae85927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/Rakefile
Expand Up @@ -80,6 +80,7 @@ spec = Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency('activesupport', '= 2.3.3' + PKG_BUILD)
s.add_dependency('rack', '~> 1.0.0')

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

0 comments on commit ae85927

Please sign in to comment.