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.8.0
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.5.1 to 3.8.0. - [Release notes](https://github.com/puppetlabs/r10k/releases) - [Changelog](https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd) - [Commits](https://github.com/puppetlabs/r10k/compare/3.5.1...3.8.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d764ebf091
commit
b1a1cfb9d8
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.8'
|
||||||
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
|
|
@ -7,14 +7,14 @@ GEM
|
||||||
ast (2.4.1)
|
ast (2.4.1)
|
||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
concurrent-ruby (1.1.6)
|
concurrent-ruby (1.1.6)
|
||||||
cri (2.15.10)
|
cri (2.15.11)
|
||||||
deep_merge (1.2.1)
|
deep_merge (1.2.1)
|
||||||
diff-lcs (1.4.4)
|
diff-lcs (1.4.4)
|
||||||
equatable (0.6.1)
|
equatable (0.6.1)
|
||||||
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,7 +112,7 @@ 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.8.0)
|
||||||
colored2 (= 3.1.2)
|
colored2 (= 3.1.2)
|
||||||
cri (>= 2.15.10, < 3.0.0)
|
cri (>= 2.15.10, < 3.0.0)
|
||||||
fast_gettext (~> 1.1.0)
|
fast_gettext (~> 1.1.0)
|
||||||
|
|
@ -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.3)
|
||||||
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.8)
|
||||||
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