summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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