mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #24 from genebean/dependabot/bundler/r10k-3.4.0
This commit is contained in:
commit
5656c35c36
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ end
|
|||
group :production do
|
||||
gem 'os', '~> 1.0'
|
||||
gem 'puppet', puppetversion
|
||||
gem 'r10k', '~> 3.3'
|
||||
gem 'r10k', '~> 3.4'
|
||||
gem 'rugged', '~> 0.26'
|
||||
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
||||
end
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -5,7 +5,7 @@ GEM
|
|||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.0)
|
||||
colored (1.2)
|
||||
colored2 (3.1.2)
|
||||
cri (2.15.6)
|
||||
diff-lcs (1.3)
|
||||
equatable (0.6.1)
|
||||
|
|
@ -20,9 +20,9 @@ GEM
|
|||
gettext (3.2.9)
|
||||
locale (>= 2.0.5)
|
||||
text (>= 1.3.0)
|
||||
gettext-setup (0.31)
|
||||
gettext-setup (0.34)
|
||||
fast_gettext (~> 1.1.0)
|
||||
gettext (>= 3.0.2)
|
||||
gettext (>= 3.0.2, < 3.3.0)
|
||||
locale
|
||||
hiera (3.6.0)
|
||||
jaro_winkler (1.5.4)
|
||||
|
|
@ -96,8 +96,8 @@ GEM
|
|||
puppet-lint (~> 2.0)
|
||||
puppet-syntax (~> 2.0)
|
||||
rspec-puppet (~> 2.0)
|
||||
r10k (3.3.3)
|
||||
colored (= 1.2)
|
||||
r10k (3.4.0)
|
||||
colored2 (= 3.1.2)
|
||||
cri (= 2.15.6)
|
||||
gettext-setup (~> 0.24)
|
||||
log4r (= 1.1.10)
|
||||
|
|
@ -178,7 +178,7 @@ DEPENDENCIES
|
|||
puppet-lint-unquoted_string-check (~> 1.0)
|
||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||
puppetlabs_spec_helper (~> 2.3)
|
||||
r10k (~> 3.3)
|
||||
r10k (~> 3.4)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.79)
|
||||
rugged (~> 0.26)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue