Skip to content

Commit a2c2dba

Browse files
committed
Use minimum Ruby 3.1 in gemspec
1 parent d269af7 commit a2c2dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
spec.test_files = spec.files.grep(%r{^spec/})
4545
spec.require_paths = ["lib"]
4646

47-
spec.required_ruby_version = '>= 2.7'
47+
spec.required_ruby_version = '>= 3.1'
4848

4949
# Database support
5050
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION

0 commit comments

Comments
 (0)