summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 21:36:01 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commita5195e9688430eb089963c9383870ef1528510e9 (patch)
tree421cd013c781f47c7de03ec54344540725d73d37
parente123e687c9c0a5a27c2bee014c0684c1153ffda0 (diff)
downloadmixlib-authentication-a5195e9688430eb089963c9383870ef1528510e9.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"