config/hoe.rb in cucumber-0.3.101 vs config/hoe.rb in cucumber-0.3.102

- old
+ new

@@ -60,11 +60,11 @@ # == Optional p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ] p.extra_deps = [ ['term-ansicolor', '>= 1.0.3'], - ['treetop', '>= 1.3.0'], - ['polyglot', '>= 0.2.8'], # Don't really want polyglot, but it keeps breaking so we'll make people use something that works ok'ish + ['treetop', '>= 1.4.2'], + ['polyglot', '>= 0.2.9'], # Don't really want polyglot, but it keeps breaking so we'll make people use something that works ok'ish ['diff-lcs', '>= 1.1.2'], ['builder', '>= 2.1.2'] ] #p.spec_extras = {} # A hash of extra values to set in the gemspec. \ No newline at end of file