File tree 2 files changed +4
-3
lines changed
lib/overcommit/hook/pre_commit
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Fix ` Jscs ` pre-commit hook to work with ` jscs ` 3.0.0+
8
8
* Fix ` CapitalizedSubject ` pre-commit hook to ignore commit message subjects
9
9
starting with ` fixup! ` or ` squash! ` special prefixes
10
+ * Add ` BundleOutdated ` pre-commit hook to report gems in the ` Gemfile.lock `
11
+ that have newer versions available
10
12
11
13
## 0.33.0
12
14
Original file line number Diff line number Diff line change 1
1
module Overcommit ::Hook ::PreCommit
2
- # Check if local Gemfile.lock matches Gemfile when either changes, unless
3
- # Gemfile.lock is ignored by git.
4
- # Check outdated rubyGems
2
+ # Check if any gems in Gemfile.lock have newer versions, unless the
3
+ # Gemfile.lock is ignored by Git.
5
4
#
6
5
# @see http://bundler.io/bundle_outdated.html
7
6
class BundleOutdated < Base
You can’t perform that action at this time.
0 commit comments