mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
More testing
This commit is contained in:
parent
d008f064cc
commit
1241ef7c85
9 changed files with 65 additions and 23 deletions
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -2,6 +2,7 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
CFPropertyList (2.2.8)
|
||||
ast (2.3.0)
|
||||
colored (1.2)
|
||||
cri (2.6.1)
|
||||
colored (~> 1.2)
|
||||
|
|
@ -37,6 +38,9 @@ GEM
|
|||
multi_json (1.12.1)
|
||||
multipart-post (2.0.0)
|
||||
os (1.0.0)
|
||||
parser (2.4.0.0)
|
||||
ast (~> 2.2)
|
||||
powerpack (0.1.1)
|
||||
puppet (4.5.3)
|
||||
facter (> 2.0, < 4)
|
||||
hiera (>= 2.0, < 4)
|
||||
|
|
@ -90,6 +94,8 @@ GEM
|
|||
multi_json (~> 1.10)
|
||||
puppet_forge (~> 2.2)
|
||||
semantic_puppet (~> 0.1.0)
|
||||
rainbow (2.2.2)
|
||||
rake
|
||||
rake (12.0.0)
|
||||
rspec (3.6.0)
|
||||
rspec-core (~> 3.6.0)
|
||||
|
|
@ -106,12 +112,20 @@ GEM
|
|||
rspec-puppet (2.5.0)
|
||||
rspec
|
||||
rspec-support (3.6.0)
|
||||
rubocop (0.48.1)
|
||||
parser (>= 2.3.3.1, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
ruby-progressbar (1.8.1)
|
||||
rugged (0.25.1.1)
|
||||
semantic_puppet (0.1.4)
|
||||
gettext-setup (>= 0.3)
|
||||
spdx-licenses (1.1.0)
|
||||
text (1.3.1)
|
||||
trollop (2.1.2)
|
||||
unicode-display_width (1.2.1)
|
||||
yamllint (0.0.9)
|
||||
trollop (~> 2)
|
||||
|
||||
|
|
@ -140,6 +154,7 @@ DEPENDENCIES
|
|||
puppetlabs_spec_helper (~> 1.1)
|
||||
r10k (~> 2.3)
|
||||
rspec-puppet (~> 2.5)
|
||||
rubocop (~> 0.48)
|
||||
rugged (~> 0.24)
|
||||
yamllint (~> 0.0.9)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue