mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump r10k from 3.15.3 to 3.15.4
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.15.3 to 3.15.4. - [Release notes](https://github.com/puppetlabs/r10k/releases) - [Changelog](https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd) - [Commits](https://github.com/puppetlabs/r10k/compare/3.15.3...3.15.4) --- updated-dependencies: - dependency-name: r10k dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e2aff8e58
commit
b588719835
1 changed files with 31 additions and 11 deletions
42
Gemfile.lock
42
Gemfile.lock
|
|
@ -10,16 +10,35 @@ GEM
|
|||
cri (2.15.11)
|
||||
deep_merge (1.2.2)
|
||||
diff-lcs (1.5.0)
|
||||
erubi (1.11.0)
|
||||
erubi (1.12.0)
|
||||
facter (4.2.14)
|
||||
hocon (~> 1.3)
|
||||
thor (>= 1.0.1, < 2.0)
|
||||
faraday (2.7.2)
|
||||
faraday-net_http (>= 2.0, < 3.1)
|
||||
faraday (1.10.3)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
faraday-httpclient (~> 1.0)
|
||||
faraday-multipart (~> 1.0)
|
||||
faraday-net_http (~> 1.0)
|
||||
faraday-net_http_persistent (~> 1.0)
|
||||
faraday-patron (~> 1.0)
|
||||
faraday-rack (~> 1.0)
|
||||
faraday-retry (~> 1.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-follow_redirects (0.3.0)
|
||||
faraday (>= 1, < 3)
|
||||
faraday-net_http (3.0.2)
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-httpclient (1.0.1)
|
||||
faraday-multipart (1.0.4)
|
||||
multipart-post (~> 2)
|
||||
faraday-net_http (1.0.1)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday-patron (1.0.0)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-retry (1.0.3)
|
||||
faraday_middleware (1.2.0)
|
||||
faraday (~> 1.0)
|
||||
fast_gettext (2.2.0)
|
||||
forwardable (1.3.3)
|
||||
gettext (3.4.3)
|
||||
|
|
@ -45,6 +64,7 @@ GEM
|
|||
minitar (0.9)
|
||||
mocha (1.14.0)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.2.3)
|
||||
os (1.1.4)
|
||||
parallel (1.22.1)
|
||||
parser (3.2.0.0)
|
||||
|
|
@ -105,9 +125,9 @@ GEM
|
|||
puppet-syntax (3.2.1)
|
||||
puppet (>= 5)
|
||||
rake
|
||||
puppet_forge (4.0.0)
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects (~> 0.3.0)
|
||||
puppet_forge (3.2.0)
|
||||
faraday (~> 1.3)
|
||||
faraday_middleware (~> 1.0)
|
||||
minitar
|
||||
semantic_puppet (~> 1.0)
|
||||
puppetlabs_spec_helper (4.0.1)
|
||||
|
|
@ -116,7 +136,7 @@ GEM
|
|||
puppet-lint (~> 2.0)
|
||||
puppet-syntax (>= 2.0, < 4)
|
||||
rspec-puppet (~> 2.0)
|
||||
r10k (3.15.3)
|
||||
r10k (3.15.4)
|
||||
colored2 (= 3.1.2)
|
||||
cri (>= 2.15.10)
|
||||
fast_gettext (>= 1.1.0, < 3.0.0)
|
||||
|
|
@ -126,7 +146,7 @@ GEM
|
|||
log4r (= 1.1.10)
|
||||
minitar (~> 0.9)
|
||||
multi_json (~> 1.10)
|
||||
puppet_forge (>= 2.3.0)
|
||||
puppet_forge (>= 2.3.0, < 4.0.0)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.6.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue