From 359aa06035a58c1b64ed54e173c64b13dbac14e3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 10 Jun 2019 16:56:03 -0700 Subject: Speed up Buildkite tests Use the smaller containers, skip gems we don't need and use chefstyle from rubygems. Signed-off-by: Tim Smith --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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" -- cgit v1.2.1