summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:46:28 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:46:28 -0800
commitd150d02ed25010be4b5dfeaf0a2e40e96a01deae (patch)
tree86bd47730c1abdc1c5e6cf590f3169604d055661
parent2c8a87206cbb3ca5bf0ff63286ee6844797b6bc1 (diff)
downloadmixlib-shellout-windows_testing.tar.gz
Fix chefstyle pin for Ruby 2.2windows_testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bf33195..b2cec2c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "~> 0.12.0" # still supports Ruby 2.2 TargetRubyVersion
+ gem "chefstyle", "~> 0.11.0" # still supports Ruby 2.2 TargetRubyVersion
gem "rspec", "~> 3.0"
gem "rake"
end