Skip to content

Commit

Permalink
updated the ruby version
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jun 18, 2024
1 parent 59084f4 commit 102738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-digitalocean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR).grep(/LICENSE|^lib/)
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "droplet_kit", ">= 3.7", "< 4.0"
spec.add_dependency "test-kitchen", ">= 1.17", "< 4"
Expand Down

0 comments on commit 102738d

Please sign in to comment.