Skip to content

Commit

Permalink
Merge pull request #3449 from hmtanbir/update-rubocop-version
Browse files Browse the repository at this point in the history
update rubocop version
  • Loading branch information
kennyadsl authored Dec 11, 2019
2 parents 798ca9b + be72515 commit c13dc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ruby:
config_file: .rubocop.yml
version: 0.72.0
version: 0.75.0
erb_lint:
enabled: true
scss:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :utils do
gem 'pry'
gem 'launchy', require: false
gem 'i18n-tasks', '~> 0.9', require: false
gem 'rubocop', '~> 0.72', require: false
gem 'rubocop', '~> 0.75.0', require: false
gem 'rubocop-performance', '~> 1.4', require: false
gem 'rubocop-rails', '~> 2.3', require: false
gem 'gem-release', require: false
Expand Down

0 comments on commit c13dc85

Please sign in to comment.