Framework is currently pegged to 0.17.0. Closes #3495

bug/bundler_fix
HD Moore 2014-07-07 09:41:25 -05:00
parent 5961861c97
commit 8f39590f0f
No known key found for this signature in database
GPG Key ID: 22015B93FA604913
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ group :db do
# Needed for Msf::DbManager
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
# Database models shared between framework and Pro.
gem 'metasploit_data_models', '~> 0.17.0'
gem 'metasploit_data_models', '0.17.0'
# Needed for module caching in Mdm::ModuleDetails
gem 'pg', '>= 0.11'
end

View File

@ -69,7 +69,7 @@ DEPENDENCIES
factory_girl (>= 4.1.0)
fivemat (= 1.2.1)
json
metasploit_data_models (~> 0.17.0)
metasploit_data_models (= 0.17.0)
msgpack
network_interface (~> 0.0.1)
nokogiri