Skip to content

Commit 9fafb64

Browse files
committed
Updating Rails version comment
1 parent 9549d57 commit 9fafb64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/metasploit/framework/rails_version_constraint.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ module Metasploit
44
module Framework
55
module RailsVersionConstraint
66

7-
# The Metasploit ecosystem is not ready for Rails 4 as it uses features of
8-
# Rails 3.X that are removed in Rails 4.
7+
# The Metasploit ecosystem is not yet ready for Rails 4.1:
98
RAILS_VERSION = [ '>= 4.0.9', '< 4.1.0' ]
109
end
1110
end
12-
end
11+
end

0 commit comments

Comments
 (0)