File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ source "http://rubygems.org"
2
2
3
3
gem "chef" , '>0.10'
4
4
5
+ gem "foodcritic"
5
6
gem "chefspec"
6
7
gem "knife-spec"
Original file line number Diff line number Diff line change 36
36
fauxhai (2.0.0 )
37
37
net-ssh
38
38
ohai
39
+ foodcritic (3.0.3 )
40
+ erubis
41
+ gherkin (~> 2.11.7 )
42
+ nokogiri (~> 1.5.4 )
43
+ rake
44
+ treetop (~> 1.4.10 )
45
+ yajl-ruby (~> 1.1.0 )
46
+ gherkin (2.11.8 )
47
+ multi_json (~> 1.3 )
39
48
hashie (2.0.5 )
40
49
highline (1.6.20 )
41
50
ipaddress (0.8.0 )
51
60
mixlib-log (1.6.0 )
52
61
mixlib-shellout (1.3.0 )
53
62
moneta (0.6.0 )
63
+ multi_json (1.8.2 )
54
64
net-ssh (2.7.0 )
55
65
net-ssh-gateway (1.2.0 )
56
66
net-ssh (>= 2.6.5 )
57
67
net-ssh-multi (1.1 )
58
68
net-ssh (>= 2.1.4 )
59
69
net-ssh-gateway (>= 0.99.0 )
70
+ nokogiri (1.5.10 )
60
71
ohai (6.20.0 )
61
72
ipaddress
62
73
mixlib-cli
65
76
mixlib-shellout
66
77
systemu (~> 2.5.2 )
67
78
yajl-ruby
79
+ polyglot (0.3.3 )
68
80
pry (0.9.12.4 )
69
81
coderay (~> 1.0 )
70
82
method_source (~> 0.8 )
71
83
slop (~> 3.4 )
72
84
puma (1.6.3 )
73
85
rack (~> 1.2 )
74
86
rack (1.5.2 )
87
+ rake (10.1.0 )
75
88
rest-client (1.6.7 )
76
89
mime-types (>= 1.16 )
77
90
rspec (2.14.1 )
84
97
rspec-mocks (2.14.4 )
85
98
slop (3.4.7 )
86
99
systemu (2.5.2 )
100
+ treetop (1.4.15 )
101
+ polyglot
102
+ polyglot (>= 0.3.1 )
87
103
yajl-ruby (1.1.0 )
88
104
89
105
PLATFORMS
@@ -92,4 +108,5 @@ PLATFORMS
92
108
DEPENDENCIES
93
109
chef (> 0.10 )
94
110
chefspec
111
+ foodcritic
95
112
knife-spec
You can’t perform that action at this time.
0 commit comments