Skip to content

Commit

Permalink
Use tiddle-whacka to lock to working gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalbott committed Dec 22, 2011
1 parent 92f0e23 commit f631715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinach.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Spinach is a BDD framework on top of gherkin}
gem.homepage = "http://github.com/codegram/spinach"

gem.add_runtime_dependency 'gherkin-ruby', '>= 0.0.2'
gem.add_runtime_dependency 'gherkin-ruby', '~> 0.0.2'
gem.add_runtime_dependency 'colorize'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'mocha'
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'fakefs'
gem.add_development_dependency 'minitest'
gem.add_development_dependency 'minitest', '~> 2.8.0'
gem.add_development_dependency 'turn'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit f631715

Please sign in to comment.