Skip to content

Commit 0144012

Browse files
committed
Min. required cucumber: 0.4 .. But it's only required for the tests, not for the library itself.
1 parent 7d57635 commit 0144012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ begin
1111
gem.homepage = "http://github.com/Trevoke/SGFParser"
1212
gem.authors = ["Aldric Giacomoni"]
1313
gem.add_development_dependency "rspec", ">= 1.2.9"
14-
gem.add_development_dependency "cucumber", ">= 0"
14+
gem.add_development_dependency "cucumber", ">= 0.4"
1515
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
1616
end
1717
Jeweler::GemcutterTasks.new

0 commit comments

Comments
 (0)