Bug 1316518

Summary: Rails app does not boot under development env
Product: Red Hat Satellite Reporter: Lukas Zapletal <lzap>
Component: WebUIAssignee: Lukas Zapletal <lzap>
WebUI sub component: Foreman QA Contact: Katello QA List <katello-qa-list>
Status: CLOSED NOTABUG Docs Contact:
Severity: unspecified    
Priority: unspecified CC: ehelms
Version: 6.2.0   
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-20 00:53:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Lukas Zapletal 2016-03-10 11:50:35 UTC
Getting NoMethodError: undefined method `last_comment' for #<Rake::Application:0x00556033298d88>

This was discussed on the upstream list, Rubocop 0.35 is broken. We need to either pin it to 0.35 as in upstream, or move to 0.38.1 which fixed the issue (https://github.com/bbatsov/rubocop/commit/88a200e59e10868450ceb4316ffc600d9a09b95c)

It will likely break our internal CI as well.