forked from coala/coala-bears
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RuboCopBear.py: Pin to version 0.47.1
Pin to verion 0.47.1 because tests were failing due to the launch of a new release of rubocop 0.48.0 Fixes coala#1548
- Loading branch information
1 parent
e0e1d05
commit 891f6d7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ class RuboCopBear: | |
""" | ||
|
||
LANGUAGES = {'Ruby'} | ||
REQUIREMENTS = {GemRequirement('rubocop'), | ||
REQUIREMENTS = {GemRequirement('rubocop', '0.47.1'), | ||
PipRequirement('pyyaml', '3.12')} | ||
AUTHORS = {'The coala developers'} | ||
AUTHORS_EMAILS = {'[email protected]'} | ||
|