diff options
author | danielsdeleo <dan@opscode.com> | 2013-10-18 10:56:20 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-10-18 10:56:20 -0700 |
commit | 4929a25e6d644f978996d1bb7095501a06d9bd34 (patch) | |
tree | 83d8065fa00f43bf38c0c90cac4bef05fefd0c56 /Gemfile | |
parent | 7b24e8dc4aa12821c69212c3c2591c08faa9ffd6 (diff) | |
download | chef-4929a25e6d644f978996d1bb7095501a06d9bd34.tar.gz |
remove commented pry dep from Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |