Skip to content

Commit

Permalink
Use minimum Ruby 3.1 in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonj99 committed Dec 12, 2024
1 parent d269af7 commit a2c2dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '>= 2.7'
spec.required_ruby_version = '>= 3.1'

# Database support
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
Expand Down

0 comments on commit a2c2dba

Please sign in to comment.