From 297194a9546ab9e561229edbeda4fe279957914c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 23 Sep 2013 18:19:09 -0700 Subject: [PATCH] Add gemfile for rubocop in CI --- .gitignore | 2 +- gemfile_with_rubocop | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 gemfile_with_rubocop diff --git a/.gitignore b/.gitignore index c3841348..86415729 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ /site *.rbc /.sass -Gemfile.lock +*.lock diff --git a/gemfile_with_rubocop b/gemfile_with_rubocop new file mode 100644 index 00000000..5beeb249 --- /dev/null +++ b/gemfile_with_rubocop @@ -0,0 +1,6 @@ +source "http://rubygems.org" + +gemspec + +gem 'rake' +gem 'rubocop'