Skip to content

Commit

Permalink
remove rack gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 10, 2009
1 parent 37cf224 commit 8970f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/Rakefile
Expand Up @@ -81,7 +81,6 @@ spec = Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency('activesupport', '= 2.3.1' + PKG_BUILD)
s.add_dependency('rack', '>= 0.9.0')

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

0 comments on commit 8970f8a

Please sign in to comment.