Skip to content

Commit

Permalink
Add gemfile for rubocop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Sep 24, 2013
1 parent 60db87f commit 297194a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,4 +9,4 @@
/site
*.rbc
/.sass
Gemfile.lock
*.lock
6 changes: 6 additions & 0 deletions gemfile_with_rubocop
@@ -0,0 +1,6 @@
source "http://rubygems.org"

gemspec

gem 'rake'
gem 'rubocop'

0 comments on commit 297194a

Please sign in to comment.