Skip to content

Commit

Permalink
updated the ruby version (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
Co-authored-by: Corey Hemminger <[email protected]>
  • Loading branch information
nikhil2611 and Stromweld authored Jun 21, 2024
1 parent 995a9eb commit 7ceca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-vra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "test-kitchen"
spec.add_dependency "vmware-vra", "~> 3.0", ">= 3.2.0" # 3.0 required for vRA 8.x
Expand Down

0 comments on commit 7ceca30

Please sign in to comment.