summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-07 09:49:52 -0700
committerGitHub <noreply@github.com>2019-08-07 09:49:52 -0700
commitc7756710233ef80e383ecabef25074f5b7968544 (patch)
treee184ac80d8abb766fb817c023a64f32bb029c4c5 /Gemfile
parent51dcee25b0ae6e614e5ebbc42eca0e1e3041865b (diff)
parent76b305a788968538b5ce0c7223b8b0fe470f0c31 (diff)
downloadmixlib-log-c7756710233ef80e383ecabef25074f5b7968544.tar.gz
Merge pull request #56 from chef/bk_fixes
Add windows testing in Buildkite
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 432ee84..60cad82 100755
--- a/Gemfile
+++ b/Gemfile
@@ -3,19 +3,19 @@ source "https://rubygems.org"
gemspec
group :docs do
- gem "yard"
- gem "redcarpet"
gem "github-markup"
+ gem "redcarpet"
+ gem "yard"
end
group :test do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
- gem "rspec", "~> 3.7"
+ gem "chefstyle"
gem "cucumber"
gem "rake"
+ gem "rspec", "~> 3.7"
end
-group :development do
+group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"