summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 13:26:56 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 13:26:56 -0800
commitd2cf2a9c74b43d9d8099364c01525546ac67cc87 (patch)
tree0fc8770177cf256804bbf3c4bee202efbda83c80 /Gemfile
parentb07550b9867c817db57c66898b79b8c33fca5bf0 (diff)
downloadmixlib-cli-d2cf2a9c74b43d9d8099364c01525546ac67cc87.tar.gz
Test on Ruby 2.7 + random testing improvements
Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 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 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