Update gemfile.lock

This commit is contained in:
Jake Spain 2023-01-27 16:46:33 -05:00
parent 8a58862663
commit 89b1ce67b8
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 60 additions and 45 deletions

View file

@ -2,39 +2,40 @@ PATH
remote: . remote: .
specs: specs:
vmpooler-provider-vsphere (1.6.0) vmpooler-provider-vsphere (1.6.0)
rbvmomi (>= 2.1, < 4.0) rbvmomi2 (>= 3.1, < 4.0)
vmpooler (~> 2.4)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.4.2) ast (2.4.2)
bindata (2.4.10) bindata (2.4.14)
builder (3.2.4) builder (3.2.4)
climate_control (1.2.0) climate_control (1.2.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.1.10) concurrent-ruby (1.2.0)
connection_pool (2.2.5) connection_pool (2.3.0)
deep_merge (1.2.2) deep_merge (1.2.2)
diff-lcs (1.5.0) diff-lcs (1.5.0)
docile (1.4.0) docile (1.4.0)
faraday (2.3.0) faraday (2.7.4)
faraday-net_http (~> 2.0) faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3) faraday-net_http (3.0.2)
ffi (1.15.5-java) ffi (1.15.5-java)
google-cloud-env (1.6.0) google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0) faraday (>= 0.17.3, < 3.0)
json (2.6.2-java) json (2.6.3-java)
method_source (1.0.0) method_source (1.0.0)
mock_redis (0.32.0) mock_redis (0.36.0)
ruby2_keywords ruby2_keywords
mustermann (2.0.2) mustermann (2.0.2)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
net-ldap (0.17.1) net-ldap (0.17.1)
nio4r (2.5.8-java) nio4r (2.5.8-java)
nokogiri (1.13.8-java) nokogiri (1.13.10-java)
racc (~> 1.4) racc (~> 1.4)
opentelemetry-api (1.0.2) opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6) opentelemetry-common (0.19.6)
opentelemetry-api (~> 1.0) opentelemetry-api (~> 1.0)
opentelemetry-exporter-jaeger (0.20.1) opentelemetry-exporter-jaeger (0.20.1)
@ -59,59 +60,59 @@ GEM
opentelemetry-api (~> 1.0) opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.19.3) opentelemetry-common (~> 0.19.3)
opentelemetry-instrumentation-base (~> 0.19.0) opentelemetry-instrumentation-base (~> 0.19.0)
opentelemetry-registry (0.1.0) opentelemetry-registry (0.2.0)
opentelemetry-api (~> 1.0.1) opentelemetry-api (~> 1.1)
opentelemetry-resource_detectors (0.19.1) opentelemetry-resource_detectors (0.19.1)
google-cloud-env google-cloud-env
opentelemetry-sdk opentelemetry-sdk
opentelemetry-sdk (1.1.0) opentelemetry-sdk (1.2.0)
opentelemetry-api (~> 1.0) opentelemetry-api (~> 1.1)
opentelemetry-common (~> 0.19.3) opentelemetry-common (~> 0.19.3)
opentelemetry-registry (~> 0.1) opentelemetry-registry (~> 0.2)
opentelemetry-semantic_conventions opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.8.0) opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0) opentelemetry-api (~> 1.0)
optimist (3.0.1) optimist (3.0.1)
parallel (1.22.1) parallel (1.22.1)
parser (3.1.2.0) parser (3.2.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pickup (0.0.11) pickup (0.0.11)
prometheus-client (2.1.0) prometheus-client (2.1.0)
pry (0.14.1-java) pry (0.14.2-java)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
spoon (~> 0.0) spoon (~> 0.0)
puma (5.6.4-java) puma (5.6.5-java)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0-java) racc (1.6.2-java)
rack (2.2.4) rack (2.2.6.2)
rack-protection (2.2.2) rack-protection (2.2.4)
rack rack
rack-test (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
rbvmomi (3.0.0) rbvmomi2 (3.6.0)
builder (~> 3.2) builder (~> 3.2)
json (~> 2.3) json (~> 2.3)
nokogiri (~> 1.10) nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0) optimist (~> 3.0)
redis (4.7.1) redis (4.8.0)
regexp_parser (2.5.0) regexp_parser (2.6.2)
rexml (3.2.5) rexml (3.2.5)
rspec (3.11.0) rspec (3.12.0)
rspec-core (~> 3.11.0) rspec-core (~> 3.12.0)
rspec-expectations (~> 3.11.0) rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.11.0) rspec-mocks (~> 3.12.0)
rspec-core (3.11.0) rspec-core (3.12.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-expectations (3.11.0) rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-mocks (3.11.1) rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-support (3.11.0) rspec-support (3.12.0)
rubocop (1.28.2) rubocop (1.28.2)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.0.0) parser (>= 3.1.0.0)
@ -121,30 +122,30 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0) rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1) rubocop-ast (1.24.1)
parser (>= 3.1.1.0) parser (>= 3.1.1.0)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
simplecov (0.21.2) simplecov (0.22.0)
docile (~> 1.1) docile (~> 1.1)
simplecov-html (~> 0.11) simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1) simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4) simplecov_json_formatter (0.1.4)
sinatra (2.2.2) sinatra (2.2.4)
mustermann (~> 2.0) mustermann (~> 2.0)
rack (~> 2.2) rack (~> 2.2)
rack-protection (= 2.2.2) rack-protection (= 2.2.4)
tilt (~> 2.0) tilt (~> 2.0)
spicy-proton (2.1.14) spicy-proton (2.1.15)
bindata (~> 2.3) bindata (~> 2.3)
spoon (0.0.6) spoon (0.0.6)
ffi ffi
statsd-ruby (1.5.0) statsd-ruby (1.5.0)
thor (1.2.1) thor (1.2.1)
thrift (0.16.0) thrift (0.17.0)
tilt (2.0.11) tilt (2.0.11)
unicode-display_width (2.1.0) unicode-display_width (2.4.2)
vmpooler (2.4.0) vmpooler (2.4.0)
concurrent-ruby (~> 1.1) concurrent-ruby (~> 1.1)
connection_pool (~> 2.2) connection_pool (~> 2.2)
@ -171,6 +172,7 @@ GEM
rspec (~> 3) rspec (~> 3)
PLATFORMS PLATFORMS
universal-java-1.8
universal-java-11 universal-java-11
DEPENDENCIES DEPENDENCIES
@ -182,7 +184,6 @@ DEPENDENCIES
rubocop (~> 1.28.2) rubocop (~> 1.28.2)
simplecov (>= 0.11.2) simplecov (>= 0.11.2)
thor (~> 1.0, >= 1.0.1) thor (~> 1.0, >= 1.0.1)
vmpooler (~> 2.4)
vmpooler-provider-vsphere! vmpooler-provider-vsphere!
yarjuf (>= 2.0) yarjuf (>= 2.0)

View file

@ -3,6 +3,7 @@
- [vmpooler-provider-vsphere](#vmpooler-provider-vsphere) - [vmpooler-provider-vsphere](#vmpooler-provider-vsphere)
- [Usage](#usage) - [Usage](#usage)
- [Custom VM Config Attribute](#custom-vm-config-attribute) - [Custom VM Config Attribute](#custom-vm-config-attribute)
- [Update the Gemfile Lock](#update-the-gemfile-lock)
- [Releasing](#releasing) - [Releasing](#releasing)
- [License](#license) - [License](#license)
@ -23,6 +24,12 @@ Linux or Windows Guest: `vmtoolsd --cmd "info-get guestinfo.hostname"`
See the [VMware Tools Administration docs](https://docs.vmware.com/en/VMware-Tools/12.1.0/com.vmware.vsphere.vmwaretools.doc/GUID-D026777B-606D-4442-957A-B953C2049659.html) for more information about querying information from the GuestInfo variable. See the [VMware Tools Administration docs](https://docs.vmware.com/en/VMware-Tools/12.1.0/com.vmware.vsphere.vmwaretools.doc/GUID-D026777B-606D-4442-957A-B953C2049659.html) for more information about querying information from the GuestInfo variable.
## Update the Gemfile Lock
To update the `Gemfile.lock` run `./update-gemfile-lock`.
Verify, and update if needed, that the docker tag in the script and GitHub action workflows matches what is used in the [vmpooler-deployment Dockerfile](https://github.com/puppetlabs/vmpooler-deployment/blob/main/docker/Dockerfile).
## Releasing ## Releasing
Follow these steps to publish a new GitHub release, and build and push the gem to <https://rubygems.org>. Follow these steps to publish a new GitHub release, and build and push the gem to <https://rubygems.org>.

7
update-gemfile-lock Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# The container tag should closely match what is used in `docker/Dockerfile` in vmpooler-deployment
docker run -it --rm \
-v $(pwd):/app \
jruby:9.3.6-jdk \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends make git && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'