summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 13:19:17 +0000
committerGitHub <noreply@github.com>2022-03-21 13:19:17 +0000
commit531a63571a8a787f10a8cf8005a7f1bc17b4b69c (patch)
treea7abf6cd395c7aa7adfe31f4cbd1b7d53a10d14d
parent5e2e8b332d2151c1f5c057cdd6b6c6e4126b54f2 (diff)
downloadchef-zero-dependabot/bundler/activesupport-gte-6.1-and-lt-8.0.tar.gz
Update activesupport requirement from ~> 6.1 to >= 6.1, < 8.0dependabot/bundler/activesupport-gte-6.1-and-lt-8.0
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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.0...v6.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--chef-zero.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-zero.gemspec b/chef-zero.gemspec
index 306f580..794c136 100644
--- a/chef-zero.gemspec
+++ b/chef-zero.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.6"
- s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6
+ s.add_dependency "activesupport",">= 6.1", "< 8.0" #pin until we support ruby 2.6
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
s.add_dependency "hashie", ">= 2.0", "< 5.0"
s.add_dependency "uuidtools", "~> 2.1"