Skip to content

Commit

Permalink
Update the RuboCop dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Rémy Coutable <[email protected]>
  • Loading branch information
rymai committed Jun 4, 2018
1 parent 120f1bd commit fd53f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
group :development do
gem 'yard', require: false
gem 'guard-rspec', require: false
gem 'rubocop', '0.38.0' # TODO: should match Gemfile HoundCi
gem 'rubocop', '~> 0.49.0' # TODO: should match Gemfile HoundCi
gem 'guard-rubocop'
gem 'pry-rescue'
gem 'pry-stack_explorer', platforms: [:mri, :rbx]
Expand Down

0 comments on commit fd53f56

Please sign in to comment.