Skip to content

Commit

Permalink
Update to lastest metasploit_data_models
Browse files Browse the repository at this point in the history
MSP-10029

Need 0.19.0 so `search_association :tags` can be added in Pro.
  • Loading branch information
limhoff-r7 committed Jul 21, 2014
1 parent 8f8246e commit 6ae3b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/metasploit/credential/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 7
# The patch number, scoped to the {MINOR} version number.
PATCH = 9
PATCH = 10
# The prerelease name of the given {MAJOR}.{MINOR}.{PATCH} version number. Will not be defined on master.
PRERELEASE = 'core-search'

Expand Down
2 changes: 1 addition & 1 deletion metasploit-credential.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
# patching inverse association in Mdm models.
s.add_runtime_dependency 'metasploit-concern', '~> 0.1.0'
# Various Metasploit::Credential records have associations to Mdm records
s.add_runtime_dependency 'metasploit_data_models', '>= 0.18.0.pre.compatibility','< 0.19'
s.add_runtime_dependency 'metasploit_data_models', '~> 0.19'
# Metasploit::Model::Search
s.add_runtime_dependency 'metasploit-model','>= 0.25.6'
# Metasploit::Credential::NTLMHash helper methods
Expand Down

0 comments on commit 6ae3b06

Please sign in to comment.