mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #20 from genebean/dependabot/bundler/r10k-3.3.3
This commit is contained in:
commit
3fb581a924
2 changed files with 10 additions and 11 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ end
|
|||
group :production do
|
||||
gem 'os', '~> 1.0'
|
||||
gem 'puppet', puppetversion
|
||||
gem 'r10k', '~> 2.5'
|
||||
gem 'r10k', '~> 3.3'
|
||||
gem 'rugged', '~> 0.26'
|
||||
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
||||
end
|
||||
|
|
|
|||
19
Gemfile.lock
19
Gemfile.lock
|
|
@ -6,14 +6,13 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.0)
|
||||
colored (1.2)
|
||||
cri (2.6.1)
|
||||
colored (~> 1.2)
|
||||
cri (2.15.6)
|
||||
diff-lcs (1.3)
|
||||
equatable (0.6.1)
|
||||
facter (2.5.6)
|
||||
facter (2.5.6-universal-darwin)
|
||||
CFPropertyList (~> 2.2)
|
||||
faraday (0.13.1)
|
||||
faraday (0.14.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.12.2)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
|
|
@ -85,8 +84,8 @@ GEM
|
|||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-syntax (2.6.0)
|
||||
rake
|
||||
puppet_forge (2.2.9)
|
||||
faraday (>= 0.9.0, < 0.14.0)
|
||||
puppet_forge (2.3.1)
|
||||
faraday (>= 0.9.0, < 0.15.0, != 0.13.1)
|
||||
faraday_middleware (>= 0.9.0, < 0.13.0)
|
||||
gettext-setup (~> 0.11)
|
||||
minitar
|
||||
|
|
@ -97,13 +96,13 @@ GEM
|
|||
puppet-lint (~> 2.0)
|
||||
puppet-syntax (~> 2.0)
|
||||
rspec-puppet (~> 2.0)
|
||||
r10k (2.6.7)
|
||||
r10k (3.3.3)
|
||||
colored (= 1.2)
|
||||
cri (~> 2.6.1)
|
||||
gettext-setup (~> 0.5)
|
||||
cri (= 2.15.6)
|
||||
gettext-setup (~> 0.24)
|
||||
log4r (= 1.1.10)
|
||||
multi_json (~> 1.10)
|
||||
puppet_forge (~> 2.2.8)
|
||||
puppet_forge (~> 2.3.0)
|
||||
rainbow (3.0.0)
|
||||
rake (13.0.1)
|
||||
rspec (3.9.0)
|
||||
|
|
@ -179,7 +178,7 @@ DEPENDENCIES
|
|||
puppet-lint-unquoted_string-check (~> 1.0)
|
||||
puppet-lint-variable_contains_upcase (~> 1.2)
|
||||
puppetlabs_spec_helper (~> 2.3)
|
||||
r10k (~> 2.5)
|
||||
r10k (~> 3.3)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.78)
|
||||
rugged (~> 0.26)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue