1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

Fix example Gemfile.local to work with existing

This commit is contained in:
James Lee 2014-06-24 00:00:47 -05:00
parent 85611702f9
commit ffd05d9da9
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321

View File

@ -27,8 +27,6 @@ end
# Create a custom group
group :local do
# Use pry to help view and interact with objects in the framework
gem 'pry', '~> 0.9'
# Use pry-debugger to step through code during development
gem 'pry-debugger', '~> 0.2'
# Add the lab gem so that the 'lab' plugin will work again