mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #41 from genebean/dependabot/bundler/r10k-3.5.0
This commit is contained in:
commit
b95d0bd621
2 changed files with 6 additions and 6 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.4'
|
gem 'r10k', '~> 3.5'
|
||||||
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
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -14,7 +14,7 @@ GEM
|
||||||
CFPropertyList (~> 2.2)
|
CFPropertyList (~> 2.2)
|
||||||
faraday (0.17.3)
|
faraday (0.17.3)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday_middleware (0.13.1)
|
faraday_middleware (0.14.0)
|
||||||
faraday (>= 0.7.4, < 1.0)
|
faraday (>= 0.7.4, < 1.0)
|
||||||
fast_gettext (1.1.2)
|
fast_gettext (1.1.2)
|
||||||
gettext (3.2.9)
|
gettext (3.2.9)
|
||||||
|
|
@ -84,9 +84,9 @@ GEM
|
||||||
puppet-lint (>= 1.0, < 3.0)
|
puppet-lint (>= 1.0, < 3.0)
|
||||||
puppet-syntax (2.6.0)
|
puppet-syntax (2.6.0)
|
||||||
rake
|
rake
|
||||||
puppet_forge (2.3.3)
|
puppet_forge (2.3.4)
|
||||||
faraday (>= 0.9.0, < 0.18.0, != 0.13.1)
|
faraday (>= 0.9.0, < 0.18.0, != 0.13.1)
|
||||||
faraday_middleware (>= 0.9.0, < 0.14.0)
|
faraday_middleware (>= 0.9.0, < 0.15.0)
|
||||||
gettext-setup (~> 0.11)
|
gettext-setup (~> 0.11)
|
||||||
minitar
|
minitar
|
||||||
semantic_puppet (~> 1.0)
|
semantic_puppet (~> 1.0)
|
||||||
|
|
@ -96,7 +96,7 @@ 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.4.1)
|
r10k (3.5.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)
|
||||||
|
|
@ -180,7 +180,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.3)
|
puppetlabs_spec_helper (~> 2.3)
|
||||||
r10k (~> 3.4)
|
r10k (~> 3.5)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 0.79)
|
rubocop (~> 0.79)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue