Skip to content

Commit

Permalink
Require rack-mount 0.3.3
Browse files Browse the repository at this point in the history
Fixes "Rack-mount boot time is slow as shit" [#3567 state:resolved]
  • Loading branch information
josh committed Dec 23, 2009
1 parent e7ef57d commit 74b2e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency('activemodel', '= 3.0.pre')
s.add_dependency('rack', '~> 1.1.0')
s.add_dependency('rack-test', '~> 0.5.0')
s.add_dependency('rack-mount', '~> 0.3.2')
s.add_dependency('rack-mount', '~> 0.3.3')
s.add_dependency('erubis', '~> 2.6.5')

s.require_path = 'lib'
Expand Down

1 comment on commit 74b2e00

@notlaforge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice bug title. :)

Please sign in to comment.