Skip to content

Commit

Permalink
Require cucumber 0.10.3 to fix tests with Ruby 1.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed May 30, 2011
1 parent 2ad0fbc commit e7135a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('redgreen', ">= 1.2.2")
s.add_development_dependency('shoulda', ">= 2.11.3")
s.add_development_dependency('rr', ">= 1.0.2")
s.add_development_dependency('cucumber', ">= 0.10.0")
s.add_development_dependency('cucumber', ">= 0.10.3")
s.add_development_dependency('RedCloth', ">= 4.2.1")
s.add_development_dependency('rdiscount', ">= 1.6.5")
s.add_development_dependency('redcarpet', ">= 1.9.0")
Expand Down

0 comments on commit e7135a6

Please sign in to comment.