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
Prior to this commit Rubocop was constrained to an older version. This
was causing cop errors when executed with newer rubies.
This commit removes the version constraint from the Gemfile and bumps
the target ruby version in rubocops config to 2.5 which is the current
minimum supported version.
0 commit comments