Skip to content

Commit

Permalink
Update the Gemfile.local.example file with an example of how to use t…
Browse files Browse the repository at this point in the history
…he path option to reference local files.
  • Loading branch information
gwillcox-r7 committed Sep 23, 2020
1 parent c3ebe87 commit a30c0a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ end

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

0 comments on commit a30c0a1

Please sign in to comment.