Skip to content

Commit

Permalink
RuboCopBear.py: Pin to version 0.47.1
Browse files Browse the repository at this point in the history
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
yash-nisar committed Mar 28, 2017
1 parent e0e1d05 commit 891f6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ruby '2.2.2'
gem "csvlint"
gem "puppet-lint", "2.1.1"
gem "reek"
gem "rubocop"
gem "rubocop", "0.47.1"
gem "scss_lint", require: false
gem "sqlint"
2 changes: 1 addition & 1 deletion bears/ruby/RuboCopBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]'}
Expand Down

0 comments on commit 891f6d7

Please sign in to comment.