Skip to content

Commit

Permalink
Points to new pre Rails 4 MDM version
Browse files Browse the repository at this point in the history
MSP-12741

* Using 0.14.8 so it's clear this is pre Rails 4 and not new
  • Loading branch information
shuckins-r7 committed May 29, 2015
1 parent 7fd3dca commit fa7211c
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 @@ -9,7 +9,7 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 14
# The patch number, scoped to the {MAJOR} and {MINOR} version number.
PATCH = 5
PATCH = 8
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version number.
# PRERELEASE =

Expand Down
2 changes: 1 addition & 1 deletion metasploit-credential.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
# patching inverse association in Mdm models.
s.add_runtime_dependency 'metasploit-concern', '0.4.0'
# Various Metasploit::Credential records have associations to Mdm records
s.add_runtime_dependency 'metasploit_data_models', '0.24.0'
s.add_runtime_dependency 'metasploit_data_models', '0.24.5'
# Metasploit::Model::Search
s.add_runtime_dependency 'metasploit-model', '~> 0.29.0'
s.add_runtime_dependency 'railties', '< 4.0.0'
Expand Down

0 comments on commit fa7211c

Please sign in to comment.