Skip to content

Commit

Permalink
Adjustments post PR #75 land
Browse files Browse the repository at this point in the history
MSP-11412
  • Loading branch information
shuckins-r7 committed Oct 3, 2014
1 parent 0d34546 commit 93e0f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ gemspec
# Metasploit::Credential::SSHKey validation and helper methods
gem 'net-ssh'

gem 'metasploit-concern', git: 'https://github.com/rapid7/metasploit-concern.git', branch: 'bug/MSP-11412/engine-requires'
gem 'metasploit_data_models', git: 'https://github.com/rapid7/metasploit_data_models.git', branch: 'bug/MSP-11412/engine-requires'
gem 'metasploit-model', git: 'https://github.com/rapid7/metasploit-model.git', branch: 'bug/MSP-11412/engine-requires'

group :development do
# markdown formatting for yard
gem 'kramdown', platforms: :jruby
Expand Down
1 change: 0 additions & 1 deletion lib/metasploit/credential/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module Version
MINOR = 11
# The patch number, scoped to the {MINOR} version number.
PATCH = 0
PRERELEASE = 'engine-requires'

# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
Expand Down
6 changes: 3 additions & 3 deletions metasploit-credential.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(/spec/)

# patching inverse association in Mdm models.
s.add_runtime_dependency 'metasploit-concern'#, '~> 0.3.0'
s.add_runtime_dependency 'metasploit-concern', '~> 0.3.0'
# Various Metasploit::Credential records have associations to Mdm records
s.add_runtime_dependency 'metasploit_data_models'#, '~> 0.21.0'
s.add_runtime_dependency 'metasploit_data_models', '~> 0.21.0'
# Metasploit::Model::Search
s.add_runtime_dependency 'metasploit-model'#,'~> 0.28.0'
s.add_runtime_dependency 'metasploit-model','~> 0.28.0'
s.add_runtime_dependency 'railties', '< 4.0.0'
# Metasploit::Credential::NTLMHash helper methods
s.add_runtime_dependency 'rubyntlm'
Expand Down

0 comments on commit 93e0f02

Please sign in to comment.