summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-10 16:56:03 -0700
committerTim Smith <tsmith@chef.io>2019-06-10 16:56:03 -0700
commit359aa06035a58c1b64ed54e173c64b13dbac14e3 (patch)
treee65551a9560416ac2fbfc25e71bc358280643bf0 /Gemfile
parent828bafc9fec4c03d73f51f72e773cef7e176de30 (diff)
downloadmixlib-cli-359aa06035a58c1b64ed54e173c64b13dbac14e3.tar.gz
Speed up Buildkite tests
Use the smaller containers, skip gems we don't need and use chefstyle from rubygems. Signed-off-by: Tim Smith <tsmith@chef.io>
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"