summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-02-01 16:35:57 -0700
committertyler-ball <tyleraball@gmail.com>2016-02-03 19:18:05 -0700
commitdabc583558d94b0387156a31208cbe344b42363d (patch)
treeefeb2705672a4e12dab606027ffefd647bebcf2b /omnibus/Gemfile
parent0124a5878240639173733798e8e8bde2ce6133db (diff)
downloadchef-dabc583558d94b0387156a31208cbe344b42363d.tar.gz
Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 release
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 12001d1c17..75afeff21f 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -15,4 +15,7 @@ group :development do
gem "test-kitchen", "~> 1.4.0"
gem "kitchen-vagrant", "~> 0.19.0"
gem "winrm-transport", "~> 1.0"
+ gem "pry"
+ gem "pry-byebug"
+ gem "pry-stack_explorer"
end