Updating Rails version comment

bug/bundler_fix
Samuel Huckins 2015-05-13 09:37:32 -05:00
parent 9549d572cc
commit 9fafb645dd
No known key found for this signature in database
GPG Key ID: 5FD48AA28C03C944
1 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@ 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