summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-09 12:34:57 -0700
committerGitHub <noreply@github.com>2020-09-09 12:34:57 -0700
commit7886fdc8f514f1b4eb324ee08a618aa291800bad (patch)
tree8bfee646ff2697463f1a632e331bdd96fe746f26 /Gemfile
parent4a288201d1290a8adf06febbdcd836d88e8da42f (diff)
parent5b3a62258e2dfbabbe8dce38b66557bad3ee4093 (diff)
downloadmixlib-log-7886fdc8f514f1b4eb324ee08a618aa291800bad.tar.gz
Merge pull request #61 from chef/chefstyle
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