mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump r10k from 3.9.0 to 3.15.0
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.9.0 to 3.15.0. - [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.9.0...3.15.0) --- updated-dependencies: - dependency-name: r10k dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9ef4235141
commit
1dcff0e7aa
2 changed files with 41 additions and 17 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ end
|
||||||
group :production do
|
group :production do
|
||||||
gem 'os', '~> 1.1'
|
gem 'os', '~> 1.1'
|
||||||
gem 'puppet', puppetversion
|
gem 'puppet', puppetversion
|
||||||
gem 'r10k', '~> 3.5'
|
gem 'r10k', '~> 3.15'
|
||||||
gem 'rugged', '~> 1.0'
|
gem 'rugged', '~> 1.0'
|
||||||
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
56
Gemfile.lock
56
Gemfile.lock
|
|
@ -7,16 +7,37 @@ GEM
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
cri (2.15.10)
|
cri (2.15.11)
|
||||||
deep_merge (1.2.2)
|
deep_merge (1.2.2)
|
||||||
diff-lcs (1.4.4)
|
diff-lcs (1.4.4)
|
||||||
facter (4.2.10)
|
facter (4.2.10)
|
||||||
hocon (~> 1.3)
|
hocon (~> 1.3)
|
||||||
thor (>= 1.0.1, < 2.0)
|
thor (>= 1.0.1, < 2.0)
|
||||||
faraday (0.17.4)
|
faraday (1.10.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
faraday-em_http (~> 1.0)
|
||||||
faraday_middleware (0.14.0)
|
faraday-em_synchrony (~> 1.0)
|
||||||
faraday (>= 0.7.4, < 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-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 (1.1.2)
|
fast_gettext (1.1.2)
|
||||||
gettext (3.2.9)
|
gettext (3.2.9)
|
||||||
locale (>= 2.0.5)
|
locale (>= 2.0.5)
|
||||||
|
|
@ -30,6 +51,7 @@ GEM
|
||||||
json (2.5.1)
|
json (2.5.1)
|
||||||
json-schema (2.8.1)
|
json-schema (2.8.1)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
|
jwt (2.2.3)
|
||||||
locale (2.1.3)
|
locale (2.1.3)
|
||||||
log4r (1.1.10)
|
log4r (1.1.10)
|
||||||
metadata-json-lint (2.4.0)
|
metadata-json-lint (2.4.0)
|
||||||
|
|
@ -38,7 +60,7 @@ GEM
|
||||||
minitar (0.9)
|
minitar (0.9)
|
||||||
mocha (1.12.0)
|
mocha (1.12.0)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.2.3)
|
||||||
os (1.1.1)
|
os (1.1.1)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.2.0)
|
parser (3.1.2.0)
|
||||||
|
|
@ -96,10 +118,9 @@ GEM
|
||||||
puppet-syntax (3.1.0)
|
puppet-syntax (3.1.0)
|
||||||
puppet (>= 5)
|
puppet (>= 5)
|
||||||
rake
|
rake
|
||||||
puppet_forge (2.3.4)
|
puppet_forge (3.2.0)
|
||||||
faraday (>= 0.9.0, < 0.18.0, != 0.13.1)
|
faraday (~> 1.3)
|
||||||
faraday_middleware (>= 0.9.0, < 0.15.0)
|
faraday_middleware (~> 1.0)
|
||||||
gettext-setup (~> 0.11)
|
|
||||||
minitar
|
minitar
|
||||||
semantic_puppet (~> 1.0)
|
semantic_puppet (~> 1.0)
|
||||||
puppetlabs_spec_helper (2.16.0)
|
puppetlabs_spec_helper (2.16.0)
|
||||||
|
|
@ -108,15 +129,17 @@ GEM
|
||||||
puppet-lint (~> 2.0)
|
puppet-lint (~> 2.0)
|
||||||
puppet-syntax (>= 2.0, < 4)
|
puppet-syntax (>= 2.0, < 4)
|
||||||
rspec-puppet (~> 2.0)
|
rspec-puppet (~> 2.0)
|
||||||
r10k (3.9.0)
|
r10k (3.15.0)
|
||||||
colored2 (= 3.1.2)
|
colored2 (= 3.1.2)
|
||||||
cri (= 2.15.10)
|
cri (>= 2.15.10)
|
||||||
fast_gettext (~> 1.1.0)
|
fast_gettext (>= 1.1.0, < 3.0.0)
|
||||||
gettext (>= 3.0.2, < 3.3.0)
|
gettext (>= 3.0.2, < 4.0.0)
|
||||||
gettext-setup (~> 0.24)
|
gettext-setup (~> 0.24)
|
||||||
|
jwt (~> 2.2.3)
|
||||||
log4r (= 1.1.10)
|
log4r (= 1.1.10)
|
||||||
|
minitar (~> 0.9)
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
puppet_forge (~> 2.3.0)
|
puppet_forge (>= 2.3.0)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.3)
|
rake (13.0.3)
|
||||||
regexp_parser (2.5.0)
|
regexp_parser (2.5.0)
|
||||||
|
|
@ -148,6 +171,7 @@ GEM
|
||||||
rubocop-ast (1.18.0)
|
rubocop-ast (1.18.0)
|
||||||
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)
|
||||||
rugged (1.1.0)
|
rugged (1.1.0)
|
||||||
scanf (1.0.0)
|
scanf (1.0.0)
|
||||||
semantic_puppet (1.0.4)
|
semantic_puppet (1.0.4)
|
||||||
|
|
@ -201,7 +225,7 @@ DEPENDENCIES
|
||||||
puppet-lint-unquoted_string-check (~> 2.0)
|
puppet-lint-unquoted_string-check (~> 2.0)
|
||||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||||
puppetlabs_spec_helper (~> 2.15)
|
puppetlabs_spec_helper (~> 2.15)
|
||||||
r10k (~> 3.5)
|
r10k (~> 3.15)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 1.30)
|
rubocop (~> 1.30)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue