Files
metasploit-gs/lib/metasploit/framework/rails_version_constraint.rb
T
2020-07-31 12:03:12 -05:00

10 lines
261 B
Ruby

# Records the Bundler-style dependency constraint for the version of Rails to be
# used with the Metasploit Framework and Metasploit Pro.
module Metasploit
module Framework
module RailsVersionConstraint
RAILS_VERSION = '~> 5.2.2'
end
end
end