Skip to content

Commit

Permalink
gem: update required ruby version in gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
  • Loading branch information
ahasunos committed Sep 20, 2024
1 parent 1a38b35 commit 5869af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/chef/chef-zero"
s.license = "Apache-2.0"

s.required_ruby_version = ">= 2.7"
s.required_ruby_version = ">= 3.0"

s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
Expand Down

0 comments on commit 5869af8

Please sign in to comment.