summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-08 23:39:40 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-08 23:39:40 -0700
commit979a46f33856eee18f6334396935b9025b37d221 (patch)
treeb6ec820fc30c51dada116dfa07890e3efa5a751a /Gemfile
parent4a288201d1290a8adf06febbdcd836d88e8da42f (diff)
downloadmixlib-log-979a46f33856eee18f6334396935b9025b37d221.tar.gz
Replace __FILE__ with __dir__ and other minor chefstyle fixes
A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile2
1 files changed, 1 insertions, 1 deletions
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