Skip to content

Commit

Permalink
Merge pull request #899 from jrafanie/bump_for_rails_7
Browse files Browse the repository at this point in the history
Set minimum version to support rails 7
  • Loading branch information
agrare committed Feb 9, 2024
2 parents f6840f4 + f203cec commit aad3277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-vmware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "ffi-vix_disk_lib", "~>1.3", ">= 1.3.1"
spec.add_dependency "fog-vcloud-director", "~> 0.3.0"
spec.add_dependency "rbvmomi2", "~>3.7"
spec.add_dependency "vmware_web_service", "~>3.2"
spec.add_dependency "vmware_web_service", "~>3.3"
spec.add_dependency "vsphere-automation-sdk", "~>0.4.7"

spec.add_development_dependency "manageiq-style"
Expand Down

0 comments on commit aad3277

Please sign in to comment.