Skip to content

Commit

Permalink
Merge pull request codegram#17 from luislavena/adjust-dependencies
Browse files Browse the repository at this point in the history
Make rexical a development dependency
  • Loading branch information
Josep M. Bach committed May 29, 2012
2 parents 8c691f6 + 4fb4253 commit 0f5c072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gherkin-ruby.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|


s.rubyforge_project = "gherkin-ruby" s.rubyforge_project = "gherkin-ruby"


s.add_runtime_dependency 'rexical' s.add_development_dependency 'rexical'
s.add_development_dependency 'minitest' s.add_development_dependency 'minitest'
s.add_development_dependency 'racc' s.add_development_dependency 'racc'


Expand Down

0 comments on commit 0f5c072

Please sign in to comment.