summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 21:36:01 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-22 11:31:58 -0700
commit261a17016ed29c264d13b7a1167fc3526a0f441d (patch)
treea447d4992bf2182f32f6a84c06135e85362c7b77
parent90edd9cbfa66236029d7425d2608cbde76ce55c0 (diff)
downloadmixlib-authentication-261a17016ed29c264d13b7a1167fc3526a0f441d.tar.gz
Use new Chefstyle
We don't support ancient ruby anymore 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 13fafb8..4f80896 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "=0.4.0" # pin needed until we drop Ruby 2.0/2.1 support
+ gem "chefstyle"
gem "rspec-core", "~> 3.2"
gem "rspec-mocks", "~> 3.2"
gem "rspec-expectations", "~> 3.2"