Skip to content

Commit a30c0a1

Browse files
committed
Update the Gemfile.local.example file with an example of how to use the path option to reference local files.
1 parent c3ebe87 commit a30c0a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile.local.example

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ end
2727

2828
# Create a custom group
2929
group :local do
30-
# Add the lab gem so that the 'lab' plugin will work again
30+
# This is the first way to add a non-standard gem file dependency in.
3131
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'
3235
end

0 commit comments

Comments
 (0)