summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 13:17:59 +0000
committerGitHub <noreply@github.com>2022-04-27 13:17:59 +0000
commit75749b2f85831f88151b162356983cb9b249227d (patch)
tree9d578f96c0011b2d82dfe27464f83ca9f983603d
parent8643e3348de7c5c0ed3ffeb80f5300d767f450ac (diff)
downloadmixlib-log-75749b2f85831f88151b162356983cb9b249227d.tar.gz
Update activesupport requirement from < 6 to < 7
Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v0.9.1...v6.1.5.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--[-rwxr-xr-x]Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2a4a911..d6c4da3 100755..100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec
group :test do
- gem "activesupport", "< 6" # 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.4 support
gem "chefstyle"
gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support
gem "rake"