mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Add in fix to use relative paths for Gemfile.local.example, thereby fixing review comments
This commit is contained in:
parent
a30c0a1150
commit
94c34200f1
@ -31,5 +31,5 @@ group :local do
|
|||||||
gem 'lab', '~> 0.2.7'
|
gem 'lab', '~> 0.2.7'
|
||||||
# And this is another way that references local directories to find and compile the gem file as needed.
|
# And this is another way that references local directories to find and compile the gem file as needed.
|
||||||
# This is the optimal method for testing Gem PRs such as those in rex-text or rex-powershell.
|
# This is the optimal method for testing Gem PRs such as those in rex-text or rex-powershell.
|
||||||
gem 'rex-powershell', path: '/home/gwillcox-r7/git/rex-powershell'
|
gem 'rex-powershell', path: '../rex-powershell'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user