Set gem.required_ruby_version to >= 1.9.3
This commit is contained in:
parent
bf7499a12a
commit
fda37662b7
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ Gem::Specification.new do |gem|
|
|||
gem.extra_rdoc_files = %w[TODO LICENSE]
|
||||
gem.executables = %w[mutant]
|
||||
|
||||
gem.required_ruby_version = '>= 1.9.3'
|
||||
|
||||
gem.add_runtime_dependency('parser', '~> 2.1.0')
|
||||
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
|
||||
|
|
Loading…
Reference in a new issue