summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 20:18:59 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 20:45:13 -0700
commit814c26826ff94b795b678f4c88f1342970218486 (patch)
tree9155bf1a48be10c4a0f0ce6e603fe001936d6dcd /Gemfile
parent1972bd14f349ff66a3af21950365fd3b5e6015f8 (diff)
downloadmixlib-shellout-814c26826ff94b795b678f4c88f1342970218486.tar.gz
Add Ruby 2.2 and 2.3 testing
Test what we support Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a013bb2..8928d2c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,8 +8,12 @@ group :docs do
gem "github-markup"
end
-group :test do
+# added to its own group so we can exclude for Ruby 2.2
+group :style do
gem "chefstyle"
+end
+
+group :test do
gem "rspec", "~> 3.0"
gem "rake"
end