Skip to content

Commit

Permalink
Upgrade Overcommit 0.31.0 -> 0.32.0 for Travis
Browse files Browse the repository at this point in the history
This adds support for parallelized hook runs.
  • Loading branch information
sds committed Feb 21, 2016
1 parent 52bdc45 commit db56ec2
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

# Run all pre-commit hooks via Overcommit during CI runs
gem 'overcommit', '0.31.0'
gem 'overcommit', '0.32.0'

# Pin tool versions (which are executed by Overcommit) for Travis builds
gem 'rubocop', '0.37.2'
Expand Down

0 comments on commit db56ec2

Please sign in to comment.