Skip to content

Commit 1931024

Browse files
committed
Bump credential version for #to_s fixes
1 parent a35e737 commit 1931024

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :db do
77
# Needed for Msf::DbManager
88
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
99
# Metasploit::Credential database models
10-
gem 'metasploit-credential', '>= 0.7.10.pre.core.pre.search', '< 0.8'
10+
gem 'metasploit-credential', '~> 0.7.14', '< 0.8'
1111
# Database models shared between framework and Pro.
1212
gem 'metasploit_data_models', '~> 0.19'
1313
# Needed for module caching in Mdm::ModuleDetails

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
json (1.8.1)
6161
metasploit-concern (0.1.1)
6262
activesupport (~> 3.0, >= 3.0.0)
63-
metasploit-credential (0.7.10.pre.core.pre.search)
63+
metasploit-credential (0.7.14)
6464
metasploit-concern (~> 0.1.0)
6565
metasploit-model (>= 0.25.6)
6666
metasploit_data_models (~> 0.19)
@@ -69,7 +69,7 @@ GEM
6969
rubyzip (~> 1.1)
7070
metasploit-model (0.25.6)
7171
activesupport
72-
metasploit_data_models (0.19.0)
72+
metasploit_data_models (0.19.3)
7373
activerecord (>= 3.2.13, < 4.0.0)
7474
activesupport
7575
arel-helpers
@@ -82,7 +82,7 @@ GEM
8282
msgpack (0.5.8)
8383
multi_json (1.0.4)
8484
network_interface (0.0.1)
85-
nokogiri (1.6.2.1)
85+
nokogiri (1.6.3.1)
8686
mini_portile (= 0.6.0)
8787
packetfu (1.1.9)
8888
pcaprub (0.11.3)
@@ -118,9 +118,9 @@ GEM
118118
rspec-collection_matchers (1.0.0)
119119
rspec-expectations (>= 2.99.0.beta1)
120120
rspec-core (2.99.1)
121-
rspec-expectations (2.99.1)
121+
rspec-expectations (2.99.2)
122122
diff-lcs (>= 1.1.3, < 2.0)
123-
rspec-mocks (2.99.1)
123+
rspec-mocks (2.99.2)
124124
rspec-rails (2.99.0)
125125
actionpack (>= 3.0)
126126
activemodel (>= 3.0)
@@ -132,13 +132,13 @@ GEM
132132
rspec-mocks (~> 2.99.0)
133133
rubyntlm (0.4.0)
134134
rubyzip (1.1.6)
135-
shoulda-matchers (2.6.1)
135+
shoulda-matchers (2.6.2)
136136
activesupport (>= 3.0.0)
137137
simplecov (0.5.4)
138138
multi_json (~> 1.0.3)
139139
simplecov-html (~> 0.5.3)
140140
simplecov-html (0.5.3)
141-
slop (3.5.0)
141+
slop (3.6.0)
142142
sprockets (2.2.2)
143143
hike (~> 1.2)
144144
multi_json (~> 1.0)
@@ -159,7 +159,7 @@ DEPENDENCIES
159159
factory_girl (>= 4.1.0)
160160
factory_girl_rails
161161
fivemat (= 1.2.1)
162-
metasploit-credential (>= 0.7.10.pre.core.pre.search, < 0.8)
162+
metasploit-credential (~> 0.7.14, < 0.8)
163163
metasploit-framework!
164164
metasploit_data_models (~> 0.19)
165165
network_interface (~> 0.0.1)

0 commit comments

Comments
 (0)