Skip to content

Commit

Permalink
Fix Rubocop on older Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 6, 2013
1 parent 4a1d300 commit 77399f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Proc:
BracesAroundHashParameters:
Enabled: false

Encoding:
Enabled: false

#------------------------------------------------------------------------------
# Needs fixing
#------------------------------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ group :development do
gem "mocha-on-bacon"
gem "rake"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master'
gem 'rubocop'
if RUBY_VERSION >= '1.9.3'
gem 'rubocop'
end
end

group :debugging do
Expand Down

0 comments on commit 77399f2

Please sign in to comment.