Add in fix to use relative paths for Gemfile.local.example, thereby fixing review comments

This commit is contained in:
Grant Willcox 2020-09-24 09:25:03 -05:00
parent a30c0a1150
commit 94c34200f1
No known key found for this signature in database
GPG Key ID: D35E05C0F2B81E83
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ group :local do
gem 'lab', '~> 0.2.7'
# 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.
gem 'rex-powershell', path: '/home/gwillcox-r7/git/rex-powershell'
gem 'rex-powershell', path: '../rex-powershell'
end