Skip to content

Commit

Permalink
update spec to require Ruby 2.2.0 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed May 11, 2017
1 parent 68175fb commit ea1e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasploit-model.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = %w{app/models app/validators lib}

spec.required_ruby_version = '>= 2.1'
spec.required_ruby_version = '>= 2.2.0'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'metasploit-yard'
Expand Down

0 comments on commit ea1e2f8

Please sign in to comment.