Skip to content

Commit

Permalink
Fixup development dependencies in gemspec, as newer versions now caus…
Browse files Browse the repository at this point in the history
…e breakage
  • Loading branch information
raggi committed Dec 20, 2010
1 parent 406878c commit 9fb81a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack.gemspec
Expand Up @@ -30,9 +30,9 @@ EOF

s.add_development_dependency 'test-spec'

s.add_development_dependency 'camping'
s.add_development_dependency 'camping', '< 1.5'
s.add_development_dependency 'fcgi'
s.add_development_dependency 'memcache-client'
s.add_development_dependency 'mongrel'
s.add_development_dependency 'thin'
s.add_development_dependency 'thin', '< 1.2' # since 1.2 or so, specs fail on Method
end

0 comments on commit 9fb81a2

Please sign in to comment.