summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:23:27 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:23:27 -0800
commite79e60b2dab8c3e489fd3b03c53ef9aa6a7dd0c2 (patch)
tree83e057171d7a8fa2269324b4786ba2341e089e63 /Gemfile
parent26cb37535f4f1f46bf91469caa3fbc45738643de (diff)
downloadmixlib-shellout-e79e60b2dab8c3e489fd3b03c53ef9aa6a7dd0c2.tar.gz
Make sure we still support Ruby 2.2
Reasons Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index fae2931..8d32ed0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,12 +8,8 @@ group :docs do
gem "github-markup"
end
-# added to its own group so we can exclude for Ruby 2.2
-group :style do
- gem "chefstyle"
-end
-
group :test do
+ gem "chefstyle", "~> 0.12.0" # still supports Ruby 2.2 TargetRubyVersion
gem "rspec", "~> 3.0"
gem "rake"
end