Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Aug 14, 2023
1 parent 772c59d commit d8c99f6
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ GEM
docker-api (2.2.0)
excon (>= 0.47.0)
multi_json
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubi (1.12.0)
excon (0.100.0)
facter (4.4.1)
Expand Down Expand Up @@ -119,10 +121,13 @@ GEM
optimist
highline (2.1.0)
hocon (1.4.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
jgrep (1.5.4)
jmespath (1.6.2)
json (2.3.0)
json (2.5.1)
json-schema (4.0.0)
addressable (>= 2.8)
jwt (2.2.3)
Expand All @@ -136,6 +141,9 @@ GEM
json-schema (>= 2.8, < 5.0)
spdx-licenses (~> 1.0)
method_source (1.0.0)
mime-types (3.5.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
minitar (0.9)
mocha (1.16.1)
molinillo (0.8.0)
Expand All @@ -150,6 +158,7 @@ GEM
gssapi (~> 1.3.0)
net-ssh (>= 2.0)
net-telnet (0.1.1)
netrc (0.11.0)
nori (2.6.0)
optimist (3.0.1)
orchestrator_client (0.7.0)
Expand Down Expand Up @@ -181,6 +190,9 @@ GEM
puppet-resource_api (~> 1.5)
scanf (~> 1.0)
semantic_puppet (~> 1.0)
puppet-blacksmith (7.0.0)
puppet-modulebuilder (~> 1.0)
rest-client (~> 2.0)
puppet-debugger (1.3.0)
awesome_print (~> 1.7)
bundler
Expand Down Expand Up @@ -275,6 +287,11 @@ GEM
rake (13.0.6)
rb-readline (0.5.5)
regexp_parser (2.8.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retryable (3.0.5)
rexml (3.2.5)
rgen (0.9.1)
Expand Down Expand Up @@ -372,6 +389,9 @@ GEM
tty-screen (0.8.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
unicode_utils (1.4.0)
voxpupuli-puppet-lint-plugins (5.0.0)
Expand Down Expand Up @@ -417,15 +437,15 @@ DEPENDENCIES
codecov (~> 0.2)
dependency_checker (~> 1.0.0)
facterdb (~> 1.18)
json (= 2.3.0)
json (= 2.5.1)
metadata-json-lint (~> 3.0)
parallel_tests (= 3.12.1)
pry (~> 0.10)
puppet (= 7.25.0)
puppet
puppet-blacksmith
puppet-debugger (~> 1.0)
puppet_litmus (~> 1.0)
puppetlabs_spec_helper (~> 6.0)
racc (~> 1.4.0)
rb-readline (= 0.5.5)
rspec-puppet-facts (~> 2.0)
rubocop (= 1.48.1)
Expand Down

0 comments on commit d8c99f6

Please sign in to comment.