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
To mention `Alphabetize Gems`.
Original error message:
```
Gem `rspec` should appear before `rubocop` in their gem group.
```
New error message:
```
Gems should be sorted in an alphabetical order within their section of
the Gemfile. Gem `x` should appear before `y`.
```
With a minor change to the current message, the purpose of
OrderedGems
could be made clear.Current Message
Gem vcr should appear before webmock in their gem group.
Suggested Message
Alphabetize gems: Gem vcr should appear before webmock in their gem group.
RuboCop version
The text was updated successfully, but these errors were encountered: