diff --git a/lib/metasploit/framework/rails_version_constraint.rb b/lib/metasploit/framework/rails_version_constraint.rb index aa75929e45..6258becfb0 100644 --- a/lib/metasploit/framework/rails_version_constraint.rb +++ b/lib/metasploit/framework/rails_version_constraint.rb @@ -4,9 +4,8 @@ module Metasploit module Framework module RailsVersionConstraint - # The Metasploit ecosystem is not ready for Rails 4 as it uses features of - # Rails 3.X that are removed in Rails 4. + # The Metasploit ecosystem is not yet ready for Rails 4.1: RAILS_VERSION = [ '>= 4.0.9', '< 4.1.0' ] end end -end \ No newline at end of file +end