1# Records the Bundler-style dependency constraint for the version of Rails to be 2# used with the Metasploit Framework and Metasploit Pro. 3module Metasploit 4 module Framework 5 module RailsVersionConstraint 6 RAILS_VERSION = '~> 7.2.0' 7 end 8 end 9end 10 11