You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were declaring the pinned version of RuboCop as a
development dependency in the gemspec. This turns out to not be
technically correct, as it's not really a development dependency, but a
testing one (i.e. we don't want to enforce this requirement for
developers using this gem when developing other gems that require this
gem).
It turns out a way get around this is to declare the pinned version in
the `Gemfile`.
Change-Id: Ifa27a9c2cec89297300fc99f0aae483839eb636c
Reviewed-on: http://gerrit.causes.com/44724
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
0 commit comments