Updating Rails version comment
parent
9549d572cc
commit
9fafb645dd
|
@ -4,8 +4,7 @@ module Metasploit
|
||||||
module Framework
|
module Framework
|
||||||
module RailsVersionConstraint
|
module RailsVersionConstraint
|
||||||
|
|
||||||
# The Metasploit ecosystem is not ready for Rails 4 as it uses features of
|
# The Metasploit ecosystem is not yet ready for Rails 4.1:
|
||||||
# Rails 3.X that are removed in Rails 4.
|
|
||||||
RAILS_VERSION = [ '>= 4.0.9', '< 4.1.0' ]
|
RAILS_VERSION = [ '>= 4.0.9', '< 4.1.0' ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue