Bump vmpooler requirement and add install gemfile script

This commit is contained in:
Jake Spain 2023-03-28 18:13:25 -04:00
parent 8646c7d637
commit 8cce46c068
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 10 additions and 3 deletions

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "googleauth", ">= 0.16.2", "< 1.3.0"
spec.add_dependency "google-cloud-dns", "~> 0.35.1"
spec.add_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'
spec.add_dependency 'vmpooler', '~> 3.0'
# Testing dependencies
spec.add_development_dependency 'mock_redis', '>= 0.17.0'