Skip to content

Commit

Permalink
Test move logging to core
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jan 19, 2023
1 parent 1b74065 commit 6fbfd80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

gem 'rex-core', git: 'https://github.com/sempervictus/rex-core.git', branch: 'structure/move_logging_to_core'

# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/sempervictus/rex-core.git
revision: cbd267acf4d02488b3ea7a09f2b383f29887947e
branch: structure/move_logging_to_core
specs:
rex-core (0.1.29)

PATH
remote: .
specs:
Expand Down Expand Up @@ -345,7 +352,6 @@ GEM
rex-core
rex-struct2
rex-text
rex-core (0.1.28)
rex-encoder (0.1.6)
metasm
rex-arch
Expand Down Expand Up @@ -510,6 +516,7 @@ DEPENDENCIES
pry-byebug
rake
redcarpet
rex-core!
rspec-rails
rspec-rerun
rubocop
Expand All @@ -519,4 +526,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.1.4
2.2.33

0 comments on commit 6fbfd80

Please sign in to comment.