Update Gemfile.lock for P4DEVOPS-8570 optimizations (commit 325a5c4)

- Phase 1: Performance instrumentation
- Phase 2: Status API caching + Redis pipelining
- Fixed: RuboCop cache implementation issues
This commit is contained in:
Mahima Singh 2025-12-24 15:37:48 +05:30
parent 28c8ba6c5c
commit d1311ccada
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'P4DEVOPS-8567'
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'P4DEVOPS-8570'
gem 'vmpooler-dns-gcp', '~> 1.0'
# Remove temporarily until a stable minor release is published
# gem 'vmpooler-provider-ec2', '~> 0.0.1'