Fix Gemfile deps

bug/bundler_fix
Trevor Rosen 2014-07-15 21:52:57 -05:00
parent 17c3e61322
commit 2f460f32c3
No known key found for this signature in database
GPG Key ID: 255ADB7A642D3928
2 changed files with 15 additions and 17 deletions

View File

@ -7,7 +7,7 @@ group :db do
# Needed for Msf::DbManager
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
# Metasploit::Credential database models
gem 'metasploit-credential', git: 'github-metasploit-credential:rapid7/metasploit-credential.git', tag: 'v0.7.0-electro-release'
gem 'metasploit-credential', git: 'github-metasploit-credential:rapid7/metasploit-credential.git', tag: 'v0.7.0.pre.electro.pre.release'
# Database models shared between framework and Pro.
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
# Needed for module caching in Mdm::ModuleDetails

View File

@ -1,3 +1,15 @@
GIT
remote: github-metasploit-credential:rapid7/metasploit-credential.git
revision: 71d41a7bdfc18ba981730d9d0eb98ab5fbf4ebf6
tag: v0.7.0.pre.electro.pre.release
specs:
metasploit-credential (0.7.0.pre.electro.pre.release)
metasploit-concern (~> 0.1.0)
metasploit-model (>= 0.25.6)
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
rubyntlm
rubyzip (~> 1.1)
PATH
remote: .
specs:
@ -15,21 +27,6 @@ PATH
sqlite3
tzinfo
PATH
remote: /Users/dmaloney/rapid7/metasploit-credential
specs:
metasploit-credential (0.7.0.pre.login.pre.status)
metasploit-concern (~> 0.1.0)
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
rubyntlm
rubyzip (~> 1.1)
PATH
remote: /Users/dmaloney/rapid7/metasploit-model
specs:
metasploit-model (0.25.6.pre.login.pre.status)
activesupport
GEM
remote: https://rubygems.org/
specs:
@ -72,6 +69,8 @@ GEM
json (1.8.1)
metasploit-concern (0.1.1)
activesupport (~> 3.0, >= 3.0.0)
metasploit-model (0.25.6)
activesupport
metasploit_data_models (0.18.0)
activerecord (>= 3.2.13, < 4.0.0)
activesupport
@ -162,7 +161,6 @@ DEPENDENCIES
fivemat (= 1.2.1)
metasploit-credential!
metasploit-framework!
metasploit-model!
metasploit_data_models (>= 0.18.0, < 0.19)
network_interface (~> 0.0.1)
pcaprub