summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-10 17:02:06 -0700
committerGitHub <noreply@github.com>2019-06-10 17:02:06 -0700
commit6297efe16ecb1bf79964b7a7a65145f68138e8d2 (patch)
treedde4fa837d218771f2854f46650a23361751bb1c /Gemfile
parent4672ad91cf7540c2d366ca5bdfab5acf6036fd4d (diff)
parent359aa06035a58c1b64ed54e173c64b13dbac14e3 (diff)
downloadmixlib-cli-6297efe16ecb1bf79964b7a7a65145f68138e8d2.tar.gz
Merge pull request #67 from chef/bk
Speed up Buildkite tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 61a122d..ffee86f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,12 +9,12 @@ group :docs do
end
group :test do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle"
gem "rspec", "~> 3.0"
gem "rake"
end
-group :development do
+group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"