summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-10-18 10:56:20 -0700
committerdanielsdeleo <dan@opscode.com>2013-10-18 10:56:20 -0700
commit4929a25e6d644f978996d1bb7095501a06d9bd34 (patch)
tree83d8065fa00f43bf38c0c90cac4bef05fefd0c56 /Gemfile
parent7b24e8dc4aa12821c69212c3c2591c08faa9ffd6 (diff)
downloadchef-4929a25e6d644f978996d1bb7095501a06d9bd34.tar.gz
remove commented pry dep from Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1fe4580c0b..d4b7ce83f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,8 +13,6 @@ group(:development, :test) do
gem 'rack', "~> 1.5.1"
gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd|aix)/)
-# gem 'awesome_print'
-# gem 'pry'
end
# If you want to load debugging tools into the bundle exec sandbox,