We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5815002 commit 340c127Copy full SHA for 340c127
1 file changed
chef-zero.gemspec
@@ -13,10 +13,6 @@ Gem::Specification.new do |s|
13
14
s.required_ruby_version = ">= 3.0"
15
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"
20
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
21
s.add_dependency "hashie", ">= 2.0", "< 6.0"
22
s.add_dependency "uuidtools", "~> 2.1"
0 commit comments