1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

Update metasploit-framework.gemspec

Set minimum `v2.5`

Co-Authored-By: acammack-r7 <adam_cammack@rapid7.com>
This commit is contained in:
Dustin 2019-11-07 11:07:43 -05:00 committed by GitHub
parent 154719854e
commit f1a6d3924e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 1.9'
spec.required_ruby_version = '>= 2.5'
# Database support
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION