]> git.openstreetmap.org Git - chef.git/commitdiff
Add foodcritic to bundle
authorTom Hughes <tom@compton.nu>
Fri, 6 Feb 2015 00:44:12 +0000 (00:44 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 9 Feb 2015 20:59:30 +0000 (20:59 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index e076bdaeca6bed47355e1b5b7dadd6a6f924ae03..d1ca205099a58dc5600ad6a5e2ecf3364785d0a2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
 source 'https://rubygems.org'
 
 gem 'rubocop'
+gem 'foodcritic'
index 84ec64fadfb435d08e56c6a1dd275522dc8b7831..48e1a46c3033dc64da9216c0c9c6bdff4528ccbd 100644 (file)
@@ -4,10 +4,27 @@ GEM
     ast (2.0.0)
     astrolabe (1.3.0)
       parser (>= 2.2.0.pre.3, < 3.0)
+    erubis (2.7.0)
+    foodcritic (4.0.0)
+      erubis
+      gherkin (~> 2.11)
+      nokogiri (~> 1.5)
+      rake
+      rufus-lru (~> 1.0)
+      treetop (~> 1.4)
+      yajl-ruby (~> 1.1)
+    gherkin (2.12.2)
+      multi_json (~> 1.3)
+    mini_portile (0.6.2)
+    multi_json (1.10.1)
+    nokogiri (1.6.6.2)
+      mini_portile (~> 0.6.0)
     parser (2.2.0.2)
       ast (>= 1.1, < 3.0)
+    polyglot (0.3.5)
     powerpack (0.1.0)
     rainbow (2.0.0)
+    rake (10.4.2)
     rubocop (0.29.0)
       astrolabe (~> 1.3)
       parser (>= 2.2.0.1, < 3.0)
@@ -15,9 +32,14 @@ GEM
       rainbow (>= 1.99.1, < 3.0)
       ruby-progressbar (~> 1.4)
     ruby-progressbar (1.7.1)
+    rufus-lru (1.0.5)
+    treetop (1.5.3)
+      polyglot (~> 0.3)
+    yajl-ruby (1.2.1)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
+  foodcritic
   rubocop