From 979a46f33856eee18f6334396935b9025b37d221 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 8 Sep 2020 23:39:40 -0700 Subject: Replace __FILE__ with __dir__ and other minor chefstyle fixes A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 259b272..7fe0cf8 100755 --- a/Gemfile +++ b/Gemfile @@ -10,9 +10,9 @@ group :docs do end group :test do + gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support gem "chefstyle" gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support - gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support gem "rake" gem "rspec", "~> 3.7" end -- cgit v1.2.1