mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump r10k from 3.3.3 to 3.4.0
Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.3.3 to 3.4.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.3.3...3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
9556616c6e
commit
27f5e589d1
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.0'
|
gem 'os', '~> 1.0'
|
||||||
gem 'puppet', puppetversion
|
gem 'puppet', puppetversion
|
||||||
gem 'r10k', '~> 3.3'
|
gem 'r10k', '~> 3.4'
|
||||||
gem 'rugged', '~> 0.26'
|
gem 'rugged', '~> 0.26'
|
||||||
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
|
|
@ -5,7 +5,7 @@ GEM
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
colored (1.2)
|
colored2 (3.1.2)
|
||||||
cri (2.15.6)
|
cri (2.15.6)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
equatable (0.6.1)
|
equatable (0.6.1)
|
||||||
|
|
@ -20,9 +20,9 @@ GEM
|
||||||
gettext (3.2.9)
|
gettext (3.2.9)
|
||||||
locale (>= 2.0.5)
|
locale (>= 2.0.5)
|
||||||
text (>= 1.3.0)
|
text (>= 1.3.0)
|
||||||
gettext-setup (0.31)
|
gettext-setup (0.34)
|
||||||
fast_gettext (~> 1.1.0)
|
fast_gettext (~> 1.1.0)
|
||||||
gettext (>= 3.0.2)
|
gettext (>= 3.0.2, < 3.3.0)
|
||||||
locale
|
locale
|
||||||
hiera (3.6.0)
|
hiera (3.6.0)
|
||||||
jaro_winkler (1.5.4)
|
jaro_winkler (1.5.4)
|
||||||
|
|
@ -96,8 +96,8 @@ GEM
|
||||||
puppet-lint (~> 2.0)
|
puppet-lint (~> 2.0)
|
||||||
puppet-syntax (~> 2.0)
|
puppet-syntax (~> 2.0)
|
||||||
rspec-puppet (~> 2.0)
|
rspec-puppet (~> 2.0)
|
||||||
r10k (3.3.3)
|
r10k (3.4.0)
|
||||||
colored (= 1.2)
|
colored2 (= 3.1.2)
|
||||||
cri (= 2.15.6)
|
cri (= 2.15.6)
|
||||||
gettext-setup (~> 0.24)
|
gettext-setup (~> 0.24)
|
||||||
log4r (= 1.1.10)
|
log4r (= 1.1.10)
|
||||||
|
|
@ -178,7 +178,7 @@ DEPENDENCIES
|
||||||
puppet-lint-unquoted_string-check (~> 1.0)
|
puppet-lint-unquoted_string-check (~> 1.0)
|
||||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||||
puppetlabs_spec_helper (~> 2.3)
|
puppetlabs_spec_helper (~> 2.3)
|
||||||
r10k (~> 3.3)
|
r10k (~> 3.4)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 0.79)
|
rubocop (~> 0.79)
|
||||||
rugged (~> 0.26)
|
rugged (~> 0.26)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue