Skip to content

Commit

Permalink
revert testing changes from gemfile
Browse files Browse the repository at this point in the history
MS-2325
  • Loading branch information
David Maloney authored and Brent Cook committed Jan 3, 2017
1 parent 2d51584 commit 5b51281
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

gem 'metasploit_data_models', path: '/Users/dmaloney/rapid7/metasploit_data_models'
# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
Expand Down
27 changes: 11 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,6 @@ PATH
tzinfo-data
windows_error

PATH
remote: /Users/dmaloney/rapid7/metasploit_data_models
specs:
metasploit_data_models (2.0.11)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
arel-helpers
metasploit-concern
metasploit-model
pg
postgres_ext
railties (~> 4.2.6)
recog (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -183,7 +169,17 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.2.4)
metasploit-payloads (1.2.6)
metasploit_data_models (2.0.10)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
arel-helpers
metasploit-concern
metasploit-model
pg
postgres_ext
railties (~> 4.2.6)
recog (~> 2.0)
metasploit_payloads-mettle (0.1.4)
method_source (0.8.2)
mime-types (3.1)
Expand Down Expand Up @@ -341,7 +337,6 @@ DEPENDENCIES
factory_girl_rails
fivemat
metasploit-framework!
metasploit_data_models!
octokit (~> 4.0)
pry
rake
Expand Down

0 comments on commit 5b51281

Please sign in to comment.