Skip to content

Commit 1da890b

Browse files
author
Jonathon W. Marshall
committed
adding foodcritic gem to Gemfile
1 parent 11f49ab commit 1da890b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ source "http://rubygems.org"
22

33
gem "chef", '>0.10'
44

5+
gem "foodcritic"
56
gem "chefspec"
67
gem "knife-spec"

Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ GEM
3636
fauxhai (2.0.0)
3737
net-ssh
3838
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)
3948
hashie (2.0.5)
4049
highline (1.6.20)
4150
ipaddress (0.8.0)
@@ -51,12 +60,14 @@ GEM
5160
mixlib-log (1.6.0)
5261
mixlib-shellout (1.3.0)
5362
moneta (0.6.0)
63+
multi_json (1.8.2)
5464
net-ssh (2.7.0)
5565
net-ssh-gateway (1.2.0)
5666
net-ssh (>= 2.6.5)
5767
net-ssh-multi (1.1)
5868
net-ssh (>= 2.1.4)
5969
net-ssh-gateway (>= 0.99.0)
70+
nokogiri (1.5.10)
6071
ohai (6.20.0)
6172
ipaddress
6273
mixlib-cli
@@ -65,13 +76,15 @@ GEM
6576
mixlib-shellout
6677
systemu (~> 2.5.2)
6778
yajl-ruby
79+
polyglot (0.3.3)
6880
pry (0.9.12.4)
6981
coderay (~> 1.0)
7082
method_source (~> 0.8)
7183
slop (~> 3.4)
7284
puma (1.6.3)
7385
rack (~> 1.2)
7486
rack (1.5.2)
87+
rake (10.1.0)
7588
rest-client (1.6.7)
7689
mime-types (>= 1.16)
7790
rspec (2.14.1)
@@ -84,6 +97,9 @@ GEM
8497
rspec-mocks (2.14.4)
8598
slop (3.4.7)
8699
systemu (2.5.2)
100+
treetop (1.4.15)
101+
polyglot
102+
polyglot (>= 0.3.1)
87103
yajl-ruby (1.1.0)
88104

89105
PLATFORMS
@@ -92,4 +108,5 @@ PLATFORMS
92108
DEPENDENCIES
93109
chef (> 0.10)
94110
chefspec
111+
foodcritic
95112
knife-spec

0 commit comments

Comments
 (0)