summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:27:40 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-30 23:48:32 -0400
commit36164633f416e97100c863b1e088d34b40b5738e (patch)
tree7720315fd2eeb6f607839197ab6645707cbe99c6 /Gemfile
parenta906a1881212e20189eeb3211a6ed85d4b17cd64 (diff)
downloadmixlib-shellout-36164633f416e97100c863b1e088d34b40b5738e.tar.gz
Use consistent gemfile groups
This makes it easier to diff our configs Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8928d2c..fae2931 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ group :test do
gem "rake"
end
-group :development do
+group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"