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 <[email protected]>
  • Loading branch information
nikhil2611 committed Jul 22, 2024
1 parent 56dc73c commit 90f77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-apply.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.description = "Ad-hoc management of individual nodes and devices."
spec.homepage = "https://github.com/chef/chef-apply"
spec.license = "Apache-2.0"
spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = ">= 3.3"

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

0 comments on commit 90f77e9

Please sign in to comment.