mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Bump r10k from 3.5.1 to 3.9.3
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.5.1 to 3.9.3. - [Release notes](https://github.com/puppetlabs/r10k/releases) - [Changelog](https://github.com/puppetlabs/r10k/blob/3.9.3/CHANGELOG.mkd) - [Commits](https://github.com/puppetlabs/r10k/compare/3.5.1...3.9.3) --- 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
765c66be5a
commit
72a0ddd0f5
2 changed files with 7 additions and 7 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.9'
|
||||||
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
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -14,7 +14,7 @@ GEM
|
||||||
facter (4.0.29)
|
facter (4.0.29)
|
||||||
hocon (~> 1.3)
|
hocon (~> 1.3)
|
||||||
thor (>= 1.0.1, < 2.0)
|
thor (>= 1.0.1, < 2.0)
|
||||||
faraday (0.17.3)
|
faraday (0.17.4)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday_middleware (0.14.0)
|
faraday_middleware (0.14.0)
|
||||||
faraday (>= 0.7.4, < 1.0)
|
faraday (>= 0.7.4, < 1.0)
|
||||||
|
|
@ -39,7 +39,7 @@ GEM
|
||||||
spdx-licenses (~> 1.0)
|
spdx-licenses (~> 1.0)
|
||||||
minitar (0.9)
|
minitar (0.9)
|
||||||
mocha (1.11.2)
|
mocha (1.11.2)
|
||||||
multi_json (1.14.1)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
necromancer (0.5.1)
|
necromancer (0.5.1)
|
||||||
os (1.1.0)
|
os (1.1.0)
|
||||||
|
|
@ -112,9 +112,9 @@ 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.5.1)
|
r10k (3.9.3)
|
||||||
colored2 (= 3.1.2)
|
colored2 (= 3.1.2)
|
||||||
cri (>= 2.15.10, < 3.0.0)
|
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)
|
||||||
|
|
@ -153,7 +153,7 @@ GEM
|
||||||
parser (>= 2.7.0.1)
|
parser (>= 2.7.0.1)
|
||||||
ruby-progressbar (1.10.1)
|
ruby-progressbar (1.10.1)
|
||||||
rugged (1.0.1)
|
rugged (1.0.1)
|
||||||
semantic_puppet (1.0.2)
|
semantic_puppet (1.0.4)
|
||||||
spdx-licenses (1.2.0)
|
spdx-licenses (1.2.0)
|
||||||
text (1.3.1)
|
text (1.3.1)
|
||||||
thor (1.0.1)
|
thor (1.0.1)
|
||||||
|
|
@ -203,7 +203,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.9)
|
||||||
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