Skip to content

Commit d690ec8

Browse files
yash-nisarjayvdb
authored andcommitted
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
1 parent 482aef7 commit d690ec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ruby '2.2.2'
44
gem "csvlint"
55
gem "puppet-lint", "2.1.1"
66
gem "reek"
7-
gem "rubocop"
7+
gem "rubocop", "0.47.1"
88
gem "scss_lint", require: false
99
gem "sqlint"

bears/ruby/RuboCopBear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RuboCopBear:
1919
"""
2020

2121
LANGUAGES = {'Ruby'}
22-
REQUIREMENTS = {GemRequirement('rubocop'),
22+
REQUIREMENTS = {GemRequirement('rubocop', '0.47.1'),
2323
PipRequirement('pyyaml', '3.12')}
2424
AUTHORS = {'The coala developers'}
2525
AUTHORS_EMAILS = {'coala-devel@googlegroups.com'}

0 commit comments

Comments
 (0)