From: Andy Allan Date: Tue, 3 Feb 2015 10:14:01 +0000 (+0000) Subject: Add rubocop to Gemfile. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/68c9e352cb7fb2dc67fd8241c75ab6ffc19376e1?hp=57997055a817d2104f605a56141ae26515aabbd2 Add rubocop to Gemfile. --- diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..e076bdaec --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'rubocop' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..9f8087d56 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,23 @@ +GEM + remote: https://rubygems.org/ + specs: + ast (2.0.0) + astrolabe (1.3.0) + parser (>= 2.2.0.pre.3, < 3.0) + parser (2.2.0.2) + ast (>= 1.1, < 3.0) + powerpack (0.0.9) + rainbow (2.0.0) + rubocop (0.28.0) + astrolabe (~> 1.3) + parser (>= 2.2.0.pre.7, < 3.0) + powerpack (~> 0.0.6) + rainbow (>= 1.99.1, < 3.0) + ruby-progressbar (~> 1.4) + ruby-progressbar (1.7.1) + +PLATFORMS + ruby + +DEPENDENCIES + rubocop