We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf67426 commit 0515980Copy full SHA for 0515980
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.14.26)
+ metasploit-framework (4.14.27)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -109,7 +109,7 @@ GEM
109
bindata (2.4.0)
110
bit-struct (0.16)
111
builder (3.2.3)
112
- capybara (2.14.1)
+ capybara (2.14.2)
113
addressable
114
mime-types (>= 1.16)
115
nokogiri (>= 1.3.3)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.14.26"
+ VERSION = "4.14.27"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments