Bump jruby to 9.4.1.0, java11, and all vmpooler gems

This commit is contained in:
Jake Spain 2023-03-06 15:18:55 -05:00
parent 0521dfad8b
commit f1284ea0fc
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
5 changed files with 29 additions and 46 deletions

View file

@ -1,10 +1,10 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'vmpooler', '~> 2.4'
gem 'vmpooler', '~> 2.5'
# Remove temporarily until a stable minor release is published
# gem 'vmpooler-provider-ec2', '~> 0.0.1'
gem 'vmpooler-provider-gce', '~> 0.4'
gem 'vmpooler-provider-vsphere', '~> 2.0'
gem 'vmpooler-provider-gce', '~> 0.5'
gem 'vmpooler-provider-vsphere', '~> 2.1'
# For development install via a git branch use something like:
# gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'my-feature'