Skip to content

Commit 340c127

Browse files
authored
Remove active support, it does not seem to be used (#349)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 5815002 commit 340c127

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

chef-zero.gemspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Gem::Specification.new do |s|
1313

1414
s.required_ruby_version = ">= 3.0"
1515

16-
# Note: 7.1.0 does not defaults its cache_format_version to 7.1 but 6.1 instead which gives deprecation warnings
17-
# Remove the version constraint when we can upgrade to 7.1.1 post stable release of Activesupport 7.1
18-
# Similar issue with 7.0 existed: https://github.com/rails/rails/pull/45293
19-
s.add_dependency "activesupport", ">= 7", "< 8.1"
2016
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
2117
s.add_dependency "hashie", ">= 2.0", "< 6.0"
2218
s.add_dependency "uuidtools", "~> 2.1"

0 commit comments

Comments
 (0)