We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30c0a1 commit 94c3420Copy full SHA for 94c3420
Gemfile.local.example
@@ -31,5 +31,5 @@ group :local do
31
gem 'lab', '~> 0.2.7'
32
# And this is another way that references local directories to find and compile the gem file as needed.
33
# This is the optimal method for testing Gem PRs such as those in rex-text or rex-powershell.
34
- gem 'rex-powershell', path: '/home/gwillcox-r7/git/rex-powershell'
+ gem 'rex-powershell', path: '../rex-powershell'
35
end
0 commit comments