mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Bump r10k from 3.9.0 to 3.14.1
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.9.0 to 3.14.1. - [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.14.1) --- 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
0ac39456a5
commit
ff4a72e860
2 changed files with 7 additions and 4 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.14'
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,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)
|
||||||
|
|
@ -108,13 +109,15 @@ 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.14.1)
|
||||||
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)
|
||||||
gettext (>= 3.0.2, < 3.3.0)
|
gettext (>= 3.0.2, < 3.3.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.0.0)
|
rainbow (3.0.0)
|
||||||
|
|
@ -150,7 +153,7 @@ GEM
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
rugged (1.1.0)
|
rugged (1.1.0)
|
||||||
scanf (1.0.0)
|
scanf (1.0.0)
|
||||||
semantic_puppet (1.0.3)
|
semantic_puppet (1.0.4)
|
||||||
spdx-licenses (1.3.0)
|
spdx-licenses (1.3.0)
|
||||||
text (1.3.1)
|
text (1.3.1)
|
||||||
thor (1.1.0)
|
thor (1.1.0)
|
||||||
|
|
@ -201,7 +204,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.14)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 0.87)
|
rubocop (~> 0.87)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue