Skip to content

Commit

Permalink
Add in fix to use relative paths for Gemfile.local.example, thereby f…
Browse files Browse the repository at this point in the history
…ixing review comments
  • Loading branch information
gwillcox-r7 committed Sep 24, 2020
1 parent a30c0a1 commit 94c3420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94c3420

Please sign in to comment.