Skip to content

Commit

Permalink
Bump AP gem dependencies to upgrade Rack to 1.0.1 and to include rack…
Browse files Browse the repository at this point in the history
…-mount and erubis.
  • Loading branch information
jeremy committed Nov 9, 2009
1 parent 047007f commit d5fd092
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions actionpack/actionpack.gemspec
Expand Up @@ -16,8 +16,10 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', '= 3.0.pre')
s.add_dependency('activemodel', '= 3.0.pre')
s.add_dependency('rack', '~> 1.0.0')
s.add_dependency('rack-test', '~> 0.5.0')
s.add_dependency('rack', '~> 1.0.1')
s.add_dependency('rack-test', '~> 0.5.0')
s.add_dependency('rack-mount', '~> 0.0.1')
s.add_dependency('erubis', '~> 2.6.0')

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

0 comments on commit d5fd092

Please sign in to comment.