summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-19 13:29:30 -0800
committerGitHub <noreply@github.com>2019-12-19 13:29:30 -0800
commitd83959886d40780889dccef4b916765d191b2171 (patch)
tree0fc8770177cf256804bbf3c4bee202efbda83c80 /Gemfile
parentb07550b9867c817db57c66898b79b8c33fca5bf0 (diff)
parentd2cf2a9c74b43d9d8099364c01525546ac67cc87 (diff)
downloadmixlib-cli-d83959886d40780889dccef4b916765d191b2171.tar.gz
Merge pull request #75 from chef/testing++
Test on Ruby 2.7 + random testing improvements
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8be580d..a5b7655 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,9 @@ source "https://rubygems.org"
gemspec
group :docs do
- gem "yard"
- gem "redcarpet"
gem "github-markup"
+ gem "redcarpet"
+ gem "yard"
end
group :test do