summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marcparadise@users.noreply.github.com>2022-09-27 19:54:44 +0000
committerGitHub <noreply@github.com>2022-09-27 19:54:44 +0000
commitb9c3c26fd31a94a4774e361710b131fb8f670af3 (patch)
tree6f5db995fbd4eda8c1bd57d111a116be8a1133c6
parent75749b2f85831f88151b162356983cb9b249227d (diff)
downloadmixlib-log-dependabot/bundler/activesupport-lt-7.tar.gz
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d6c4da3..09e4c21 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec
group :test do
- gem "activesupport", "< 7" # this dep can be removed when we drop Ruby 2.4 support
+ gem "activesupport", "< 7" # this dep can be removed when we drop Ruby 2.5 support
gem "chefstyle"
gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support
gem "rake"