Add gemfile for rubocop in CI

This commit is contained in:
Chris Eppstein
2013-09-23 18:19:09 -07:00
parent 60db87f486
commit 297194a954
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -9,4 +9,4 @@
/site
*.rbc
/.sass
Gemfile.lock
*.lock

6
gemfile_with_rubocop Normal file
View File

@@ -0,0 +1,6 @@
source "http://rubygems.org"
gemspec
gem 'rake'
gem 'rubocop'