Skip to content

Commit

Permalink
updated the ruby to 3.3 in gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
  • Loading branch information
nikhil2611 committed Jul 22, 2024
1 parent 70650c8 commit 5677e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"
gem.homepage = "https://www.chef.io/"

gem.required_ruby_version = ">= 3.1"
gem.required_ruby_version = ">= 3.3"

gem.files = %w{Rakefile LICENSE} +
Dir.glob("Gemfile*") + # Includes Gemfile and locks
Expand Down

0 comments on commit 5677e3a

Please sign in to comment.