Skip to content

Commit 1ee32b3

Browse files
committed
Bump metasploit-model so we can use Realm::Key map
1 parent ef7f5fe commit 1ee32b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
activesupport (>= 3.0.0, < 4.0.0)
66
bcrypt
77
json
8-
metasploit-model (~> 0.25)
8+
metasploit-model (~> 0.25.7)
99
meterpreter_bins (= 0.0.6)
1010
msgpack
1111
nokogiri
@@ -42,7 +42,7 @@ GEM
4242
i18n (~> 0.6, >= 0.6.4)
4343
multi_json (~> 1.0)
4444
arel (3.0.3)
45-
arel-helpers (2.0.0)
45+
arel-helpers (2.0.1)
4646
activerecord (>= 3.1.0, < 5)
4747
bcrypt (3.1.7)
4848
builder (3.0.4)
@@ -61,14 +61,14 @@ GEM
6161
json (1.8.1)
6262
metasploit-concern (0.1.1)
6363
activesupport (~> 3.0, >= 3.0.0)
64-
metasploit-credential (0.7.14)
64+
metasploit-credential (0.7.16)
6565
metasploit-concern (~> 0.1.0)
6666
metasploit-model (>= 0.25.6)
6767
metasploit_data_models (~> 0.19)
6868
pg
6969
rubyntlm
7070
rubyzip (~> 1.1)
71-
metasploit-model (0.25.6)
71+
metasploit-model (0.25.7)
7272
activesupport
7373
metasploit_data_models (0.19.3)
7474
activerecord (>= 3.2.13, < 4.0.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
5757
spec.add_runtime_dependency 'json'
5858
# Things that would normally be part of the database model, but which
5959
# are needed when there's no database
60-
spec.add_runtime_dependency 'metasploit-model', '~> 0.25'
60+
spec.add_runtime_dependency 'metasploit-model', '~> 0.25.7'
6161
# Needed for Meterpreter on Windows, soon others.
6262
spec.add_runtime_dependency 'meterpreter_bins', '0.0.6'
6363
# Needed by msfgui and other rpc components

0 commit comments

Comments
 (0)