Skip to content

Commit

Permalink
Merge pull request #28 from agrare/bz_1527658_fix_smartstate_seqfault
Browse files Browse the repository at this point in the history
Update ffi-vix_disk_lib to fix segfault
  • Loading branch information
chessbyte authored Dec 22, 2017
2 parents c4e11a6 + 19f4f98 commit 2988b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_web_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "activesupport", ">= 5.0", "< 5.2"
spec.add_dependency "ffi", "~>1.9.3"
spec.add_dependency "ffi-vix_disk_lib", "~>1.0.3" # used by VixDiskLib
spec.add_dependency "ffi-vix_disk_lib", "~>1.0.4" # used by VixDiskLib
spec.add_dependency "handsoap", "~>0.2.5"
spec.add_dependency "httpclient", "~>2.8.0"
spec.add_dependency "more_core_extensions", "~>3.2"
Expand Down

0 comments on commit 2988b76

Please sign in to comment.